HomeSort by relevance Sort by last modified time
    Searched refs:jsExecutable (Results 1 - 10 of 10) sorted by null

  /external/webkit/JavaScriptCore/runtime/
JSFunction.cpp 92 if (jsExecutable()->isGenerated())
93 jsExecutable()->generatedBytecode().unlinkCallers();
103 jsExecutable()->markAggregate(markStack);
114 callData.js.functionExecutable = jsExecutable();
122 return exec->interpreter()->execute(jsExecutable(), exec, this, thisValue.toThisObject(exec), args, scopeChain().node(), exec->exceptionSlot());
143 return jsNumber(exec, thisObj->jsExecutable()->parameterCount());
199 descriptor.setDescriptor(jsNumber(exec, jsExecutable()->parameterCount()), ReadOnly | DontEnum | DontDelete);
247 constructData.js.functionExecutable = jsExecutable();
263 JSValue result = exec->interpreter()->execute(jsExecutable(), exec, this, thisObj, args, scopeChain().node(), exec->exceptionSlot());
Arguments.h 124 int numParameters = function->jsExecutable()->parameterCount();
146 d->numParameters = callee->jsExecutable()->parameterCount();
177 ASSERT(!callFrame->callee()->jsExecutable()->parameterCount());
JSFunction.h 58 FunctionExecutable* jsExecutable() const;
Executable.h 342 inline FunctionExecutable* JSFunction::jsExecutable() const
FunctionPrototype.cpp 91 FunctionExecutable* executable = function->jsExecutable();
  /external/webkit/JavaScriptCore/interpreter/
CachedCall.h 44 m_closure = m_interpreter->prepareForRepeatCall(function->jsExecutable(), callFrame, function, argCount, function->scope().node(), exception);
Interpreter.cpp     [all...]
  /external/webkit/JavaScriptCore/profiler/
Profiler.cpp 158 return CallIdentifier(name.isEmpty() ? AnonymousFunction : name, function->jsExecutable()->sourceURL(), function->jsExecutable()->lineNo());
  /external/webkit/JavaScriptCore/debugger/
Debugger.cpp 80 FunctionExecutable* executable = function->jsExecutable();
  /external/webkit/JavaScriptCore/jit/
JITStubs.cpp     [all...]

Completed in 103 milliseconds