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

/external/webkit/JavaScriptCore/
H A Djsc.cpp77 static JSValue JSC_HOST_CALL functionVersion(ExecState*, JSObject*, JSValue, const ArgList&);
157 putDirectFunction(globalExec(), new (globalExec()) NativeFunctionWrapper(globalExec(), prototypeFunctionStructure(), 1, Identifier(globalExec(), "version"), functionVersion)); local
201 JSValue JSC_HOST_CALL functionVersion(ExecState*, JSObject*, JSValue, const ArgList&) function

Completed in 39 milliseconds