OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thisObjRef
(Results
1 - 2
of
2
) sorted by null
/external/webkit/JavaScriptCore/API/
JSCallbackFunction.cpp
55
JSObjectRef
thisObjRef
= toRef(thisValue.toThisObject(exec));
66
result = static_cast<JSCallbackFunction*>(functionObject)->m_callback(execRef, functionRef,
thisObjRef
, argumentCount, arguments.data(), &exception);
JSCallbackObjectFunctions.h
377
JSObjectRef
thisObjRef
= toRef(thisValue.toThisObject(exec));
389
result = toJS(exec, callAsFunction(execRef, functionRef,
thisObjRef
, argumentCount, arguments.data(), &exception));
Completed in 244 milliseconds