webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <ScriptFunctionCall.h>
Public Types | |
typedef JSC::JSValue(* | ScriptFunctionCallHandler) (JSC::ExecState *exec, JSC::JSValue functionObject, JSC::CallType callType, const JSC::CallData &callData, JSC::JSValue thisValue, const JSC::ArgList &args, NakedPtr< JSC::Exception > &) |
typedef JSC::JSValue(* | ScriptFunctionCallHandler) (JSC::ExecState *exec, JSC::JSValue functionObject, JSC::CallType callType, const JSC::CallData &callData, JSC::JSValue thisValue, const JSC::ArgList &args, NakedPtr< JSC::Exception > &) |
Protected Attributes | |
ScriptFunctionCallHandler | m_callHandler |
ScriptObject | m_thisObject |
String | m_name |
Protected Attributes inherited from Deprecated::ScriptCallArgumentHandler | |
JSC::MarkedArgumentBuffer | m_arguments |
JSC::ExecState * | m_exec |
typedef JSC::JSValue(* Deprecated::ScriptFunctionCall::ScriptFunctionCallHandler) (JSC::ExecState *exec, JSC::JSValue functionObject, JSC::CallType callType, const JSC::CallData &callData, JSC::JSValue thisValue, const JSC::ArgList &args, NakedPtr< JSC::Exception > &) |
typedef JSC::JSValue(* Deprecated::ScriptFunctionCall::ScriptFunctionCallHandler) (JSC::ExecState *exec, JSC::JSValue functionObject, JSC::CallType callType, const JSC::CallData &callData, JSC::JSValue thisValue, const JSC::ArgList &args, NakedPtr< JSC::Exception > &) |
Deprecated::ScriptFunctionCall::ScriptFunctionCall | ( | const ScriptObject & | thisObject, |
const String & | name, | ||
ScriptFunctionCallHandler | handler = nullptr |
||
) |
Deprecated::ScriptFunctionCall::ScriptFunctionCall | ( | const ScriptObject & | thisObject, |
const String & | name, | ||
ScriptFunctionCallHandler | handler = nullptr |
||
) |
JSValue Deprecated::ScriptFunctionCall::call | ( | bool & | hadException | ) |
JSC::JSValue Deprecated::ScriptFunctionCall::call | ( | bool & | hadException | ) |
JSC::JSValue Deprecated::ScriptFunctionCall::call | ( | ) |
JSC::JSValue Deprecated::ScriptFunctionCall::call | ( | ) |
|
protected |
|
protected |
|
protected |