Home
last modified time | relevance | path

Searched refs:evalFunction (Results 1 – 7 of 7) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DJSGlobalObject.h81 , evalFunction(0) in JSGlobalObjectData()
119 GlobalEvalFunction* evalFunction; member
205 GlobalEvalFunction* evalFunction() const { return d()->evalFunction; } in evalFunction() function
DJSGlobalObject.cpp332 …d()->evalFunction = new (exec) GlobalEvalFunction(exec, GlobalEvalFunction::createStructure(d()->f… in reset()
333 putDirectFunctionWithoutTransition(exec, d()->evalFunction, DontEnum); in reset()
383 markIfNeeded(markStack, d()->evalFunction); in markChildren()
DJSGlobalObjectFunctions.cpp278 …ect->isGlobalObject() || static_cast<JSGlobalObject*>(unwrappedObject)->evalFunction() != function) in globalFuncEval()
/external/webkit/WebCore/inspector/front-end/
DInjectedScript.js631 InjectedScript._evaluateAndWrap = function(evalFunction, object, expression, objectGroup) argument
635 …result.value = InjectedScript.wrapObject(InjectedScript._evaluateOn(evalFunction, object, expressi…
649 InjectedScript._evaluateOn = function(evalFunction, object, expression) argument
651 InjectedScript._ensureCommandLineAPIInstalled(evalFunction, object);
655 var value = evalFunction.call(object, expression);
988 InjectedScript._ensureCommandLineAPIInstalled = function(evalFunction, evalObject) argument
990 if (evalFunction.call(evalObject, "window.console._inspectorCommandLineAPI"))
992 …var inspectorCommandLineAPI = evalFunction.call(evalObject, "window.console._inspectorCommandLineA…
/external/webkit/JavaScriptCore/jit/
DJITStubs.cpp2754 if (thisValue == globalObject && funcVal == globalObject->evalFunction()) { in DEFINE_STUB_FUNCTION()
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp3023 if (thisValue == globalObject && funcVal == globalObject->evalFunction()) { in privateExecute()
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-104556 (KJS::JSGlobalObject::evalFunction):