kjsembed
object_binding.cpp
Go to the documentation of this file.
75KJS::JSValue *callPointerName( KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &/*args*/ )
85KJS::JSValue *callPointerCast( KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &/*args*/ )
95KJS::JSValue *callPointerToString( KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &/*args*/ )
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 KJSEMBED_EXPORT extractString(KJS::ExecState *exec, KJS::JSValue *value, T defaultValue=T())
Definition binding_support.h:416
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
virtual void cleanup()=0
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Jul 20 2023 00:00:00 by doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Thu Jul 20 2023 00:00:00 by doxygen 1.9.8 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.