OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:functionGC
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptCore/
jsc.cpp
76
static EncodedJSValue JSC_HOST_CALL
functionGC
(ExecState*);
156
putDirectFunction(globalExec(), new (globalExec()) JSFunction(globalExec(), this, functionStructure(), 0, Identifier(globalExec(), "gc"),
functionGC
));
194
EncodedJSValue JSC_HOST_CALL
functionGC
(ExecState* exec)
/external/webkit/Source/JavaScriptCore/API/tests/
testapi.c
729
static JSValueRef
functionGC
(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
747
{ "gc",
functionGC
, kJSPropertyAttributeNone },
[
all
...]
Completed in 1622 milliseconds