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

/external/webkit/Source/JavaScriptCore/
H A Djsc.cpp81 static EncodedJSValue JSC_HOST_CALL functionReadline(ExecState*);
161 putDirectFunction(globalExec(), new (globalExec()) JSFunction(globalExec(), this, functionStructure(), 0, Identifier(globalExec(), "readline"), functionReadline)); local
280 EncodedJSValue JSC_HOST_CALL functionReadline(ExecState* exec) function

Completed in 32 milliseconds