Searched refs:execRef (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackFunction.cpp54 JSContextRef execRef = toRef(exec); local
67 result = static_cast<JSCallbackFunction*>(toJS(functionRef))->m_callback(execRef, functionRef, thisObjRef, argumentCount, arguments.data(), &exception);
H A DJSCallbackObjectFunctions.h311 JSContextRef execRef = toRef(exec); local
324 result = toJS(callAsConstructor(execRef, constructorRef, argumentCount, arguments.data(), &exception));
339 JSContextRef execRef = toRef(exec); local
349 result = hasInstance(execRef, thisRef, valueRef, &exception);
374 JSContextRef execRef = toRef(exec); local
388 result = toJS(exec, callAsFunction(execRef, functionRef, thisObjRef, argumentCount, arguments.data(), &exception));
403 JSContextRef execRef = toRef(exec); local
409 getPropertyNames(execRef, thisRef, toRef(&propertyNames));

Completed in 159 milliseconds