kjsembed
object_binding.cpp File Reference
#include "object_binding.h"
#include <QtCore/QArgument>
#include <QtCore/QDebug>
#include "static_binding.h"
#include "variant_binding.h"
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
◆ callPointerCast()
KJS::JSValue * callPointerCast | ( | KJS::ExecState * | exec, |
KJS::JSObject * | self, | ||
const KJS::List & | |||
) |
Definition at line 85 of file object_binding.cpp.
◆ callPointerName()
KJS::JSValue * callPointerName | ( | KJS::ExecState * | exec, |
KJS::JSObject * | self, | ||
const KJS::List & | |||
) |
Definition at line 75 of file object_binding.cpp.
◆ callPointerToString()
KJS::JSValue * callPointerToString | ( | KJS::ExecState * | exec, |
KJS::JSObject * | self, | ||
const KJS::List & | |||
) |
Definition at line 95 of file object_binding.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.