Searched defs:ScriptFunctionCall (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DScriptFunctionCall.h63 class ScriptFunctionCall : public ScriptCallArgumentHandler { class in namespace:WebCore
65 ScriptFunctionCall(const ScriptObject& thisObject, const String& name);
88 #endif // ScriptFunctionCall
H A DScriptFunctionCall.cpp32 #include "bindings/v8/ScriptFunctionCall.h"
116 ScriptFunctionCall::ScriptFunctionCall(const ScriptObject& thisObject, const String& name) function in class:WebCore::ScriptFunctionCall
123 ScriptValue ScriptFunctionCall::call(bool& hadException, bool reportExceptions)
152 ScriptValue ScriptFunctionCall::call()
158 ScriptObject ScriptFunctionCall::construct(bool& hadException, bool reportExceptions)

Completed in 188 milliseconds