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

  /external/webkit/Source/JavaScriptCore/runtime/
JSFunction.cpp 155 callData.js.functionExecutable = jsExecutable();
178 return jsNumber(thisObj->jsExecutable()->parameterCount());
200 if (jsExecutable()->isStrictMode()) {
216 if (jsExecutable()->isStrictMode()) {
240 if (jsExecutable()->isStrictMode())
248 descriptor.setDescriptor(jsNumber(jsExecutable()->parameterCount()), ReadOnly | DontEnum | DontDelete);
253 if (jsExecutable()->isStrictMode())
290 if (jsExecutable()->isStrictMode()) {
319 constructData.js.functionExecutable = jsExecutable();
Arguments.h 133 int numParameters = function->jsExecutable()->parameterCount();
157 d->numParameters = callee->jsExecutable()->parameterCount();
192 ASSERT(!asFunction(callFrame->callee())->jsExecutable()->parameterCount());
JSFunction.h 72 FunctionExecutable* jsExecutable() const;
FunctionPrototype.cpp 92 FunctionExecutable* executable = function->jsExecutable();
Executable.h 413 inline FunctionExecutable* JSFunction::jsExecutable() const
JSGlobalData.cpp 88 function->jsExecutable()->discardCode();
  /external/webkit/Source/JavaScriptCore/interpreter/
CachedCall.h 44 m_closure = m_interpreter->prepareForRepeatCall(function->jsExecutable(), callFrame, function, argCount, function->scope());
Interpreter.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/debugger/
Debugger.cpp 74 FunctionExecutable* executable = function->jsExecutable();
  /external/webkit/Source/JavaScriptCore/profiler/
Profiler.cpp 182 return CallIdentifier(name.isEmpty() ? AnonymousFunction : name, function->jsExecutable()->sourceURL(), function->jsExecutable()->lineNo());
  /external/webkit/Source/JavaScriptCore/jit/
JITStubs.cpp     [all...]

Completed in 1421 milliseconds