kjsembed
object_binding.cpp
Go to the documentation of this file.
75KJS::JSValue *callPointerName( KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &/*args*/ )
77 KJSEmbed::ObjectBinding *imp = KJSEmbed::extractBindingImp<KJSEmbed::ObjectBinding>(exec, self );
85KJS::JSValue *callPointerCast( KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &/*args*/ )
87 KJSEmbed::ObjectBinding *imp = KJSEmbed::extractBindingImp<KJSEmbed::ObjectBinding>(exec, self );
95KJS::JSValue *callPointerToString( KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &/*args*/ )
97 KJSEmbed::ObjectBinding *imp = KJSEmbed::extractBindingImp<KJSEmbed::ObjectBinding>(exec, self );
Definition object_binding.h:89
void setOwnership(Ownership owner)
Definition object_binding.cpp:70
KJS::UString toString(KJS::ExecState *exec) const
Definition object_binding.cpp:50
static const Method ObjectMethods[]
Definition object_binding.h:84
Definition application.h:33
T * extractBindingImp(KJS::ExecState *exec, KJS::JSValue *val)
This will extract a binding implementation from a KJS::JSValue.
Definition binding_support.h:268
KJS::JSValue * callPointerName(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &)
Definition object_binding.cpp:75
KJS::JSValue * callPointerCast(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &)
Definition object_binding.cpp:85
KJS::JSValue * callPointerToString(KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &)
Definition object_binding.cpp:95
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.