Searched refs:jsIsFunctionType (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DOperations.cpp101 bool jsIsFunctionType(JSValue v) function in namespace:JSC
H A DOperations.h35 bool jsIsFunctionType(JSValue);
/external/webkit/Source/JavaScriptCore/jit/
H A DJITStubs.cpp3313 return JSValue::encode(jsBoolean(jsIsFunctionType(stackFrame.args[0].jsValue())));
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp2243 callFrame->uncheckedR(dst) = jsBoolean(jsIsFunctionType(callFrame->r(src).jsValue()));

Completed in 101 milliseconds