HomeSort by relevance Sort by last modified time
    Searched refs:functionGC (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/
jsc.cpp 76 static JSValue JSC_HOST_CALL functionGC(ExecState*, JSObject*, JSValue, const ArgList&);
156 putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFunctionStructure(), 0, Identifier(globalExec(), "gc"), functionGC));
194 JSValue JSC_HOST_CALL functionGC(ExecState* exec, JSObject*, JSValue, const ArgList&)
  /external/webkit/JavaScriptCore/API/tests/
testapi.c 724 static JSValueRef functionGC(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
742 { "gc", functionGC, kJSPropertyAttributeNone },
    [all...]

Completed in 20 milliseconds