kjsembed
object_binding.cpp File Reference
#include "object_binding.h"
#include <QtCore/QArgument>
#include <QtCore/QDebug>
#include "static_binding.h"
#include "variant_binding.h"
Include dependency graph for object_binding.cpp:

Go to the source code of this file.
Functions | |
KJS::JSValue * | callPointerCast (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &) |
KJS::JSValue * | callPointerName (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &) |
KJS::JSValue * | callPointerToString (KJS::ExecState *exec, KJS::JSObject *self, const KJS::List &) |
Function Documentation
KJS::JSValue* callPointerCast | ( | KJS::ExecState * | exec, | |
KJS::JSObject * | self, | |||
const KJS::List & | ||||
) |
Definition at line 85 of file object_binding.cpp.
KJS::JSValue* callPointerName | ( | KJS::ExecState * | exec, | |
KJS::JSObject * | self, | |||
const KJS::List & | ||||
) |
Definition at line 75 of file object_binding.cpp.
KJS::JSValue* callPointerToString | ( | KJS::ExecState * | exec, | |
KJS::JSObject * | self, | |||
const KJS::List & | ||||
) |
Definition at line 95 of file object_binding.cpp.