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

/external/webkit/Source/JavaScriptCore/
H A Djsc.cpp76 static EncodedJSValue JSC_HOST_CALL functionGC(ExecState*);
156 putDirectFunction(globalExec(), new (globalExec()) JSFunction(globalExec(), this, functionStructure(), 0, Identifier(globalExec(), "gc"), functionGC)); local
194 EncodedJSValue JSC_HOST_CALL functionGC(ExecState* exec) function
/external/webkit/Source/JavaScriptCore/API/tests/
H A Dtestapi.c729 static JSValueRef functionGC(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception) function
747 { "gc", functionGC, kJSPropertyAttributeNone },

Completed in 306 milliseconds