kjsembed
object_binding.cpp
Go to the documentation of this file.
75 KJS::JSValue *callPointerName( KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &/*args*/ )
77 KJSEmbed::ObjectBinding *imp = KJSEmbed::extractBindingImp<KJSEmbed::ObjectBinding>(exec, self );
85 KJS::JSValue *callPointerCast( KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &/*args*/ )
87 KJSEmbed::ObjectBinding *imp = KJSEmbed::extractBindingImp<KJSEmbed::ObjectBinding>(exec, self );
95 KJS::JSValue *callPointerToString( KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &/*args*/ )
97 KJSEmbed::ObjectBinding *imp = KJSEmbed::extractBindingImp<KJSEmbed::ObjectBinding>(exec, self );
KJS::JSValue * callPointerCast(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &)
Definition: object_binding.cpp:85
Definition: object_binding.h:88
KJS::UString toString(KJS::ExecState *exec) const
Definition: object_binding.cpp:50
void setOwnership(Ownership owner)
Definition: object_binding.cpp:70
KJS::JSValue * callPointerName(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &)
Definition: object_binding.cpp:75
static const Method ObjectMethods[]
Definition: object_binding.h:84
Definition: variant_binding.cpp:130
KJS::JSValue * callPointerToString(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &)
Definition: object_binding.cpp:95
virtual void cleanup()=0
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:47:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.