Searched refs:globalFuncProtoGetter (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSGlobalObjectFunctions.h51 EncodedJSValue JSC_HOST_CALL globalFuncProtoGetter(ExecState*);
H A DJSGlobalObjectFunctions.cpp708 EncodedJSValue JSC_HOST_CALL globalFuncProtoGetter(ExecState* exec) function in namespace:JSC
H A DJSGlobalObject.cpp212 protoAccessor->setGetter(exec->vm(), JSFunction::create(exec, this, 0, String(), globalFuncProtoGetter));

Completed in 174 milliseconds