Home
last modified time | relevance | path

Searched refs:jsExecutable (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DJSFunction.cpp155 callData.js.functionExecutable = jsExecutable(); in getCallData()
178 return jsNumber(thisObj->jsExecutable()->parameterCount()); in lengthGetter()
200 if (jsExecutable()->isStrictMode()) { in getOwnPropertySlot()
216 if (jsExecutable()->isStrictMode()) { in getOwnPropertySlot()
240 if (jsExecutable()->isStrictMode()) in getOwnPropertyDescriptor()
248 …descriptor.setDescriptor(jsNumber(jsExecutable()->parameterCount()), ReadOnly | DontEnum | DontDel… in getOwnPropertyDescriptor()
253 if (jsExecutable()->isStrictMode()) in getOwnPropertyDescriptor()
290 if (jsExecutable()->isStrictMode()) { in put()
319 constructData.js.functionExecutable = jsExecutable(); in getConstructData()
DArguments.h133 int numParameters = function->jsExecutable()->parameterCount(); in getArgumentsData()
157 d->numParameters = callee->jsExecutable()->parameterCount(); in Arguments()
192 ASSERT(!asFunction(callFrame->callee())->jsExecutable()->parameterCount()); in Arguments()
DJSFunction.h72 FunctionExecutable* jsExecutable() const;
DFunctionPrototype.cpp92 FunctionExecutable* executable = function->jsExecutable(); in functionProtoFuncToString()
DJSGlobalData.cpp88 function->jsExecutable()->discardCode(); in operator ()()
DExecutable.h413 inline FunctionExecutable* JSFunction::jsExecutable() const in jsExecutable() function
/external/webkit/Source/JavaScriptCore/profiler/
DProfiler.cpp182 …me.isEmpty() ? AnonymousFunction : name, function->jsExecutable()->sourceURL(), function->jsExecut… in createCallIdentifierFromFunctionImp()
/external/webkit/Source/JavaScriptCore/interpreter/
DCachedCall.h44 …m_closure = m_interpreter->prepareForRepeatCall(function->jsExecutable(), callFrame, function, arg… in CachedCall()
DInterpreter.cpp3947 … int32_t expectedParams = asFunction(callFrame->callee())->jsExecutable()->parameterCount(); in privateExecute()
/external/webkit/Source/JavaScriptCore/debugger/
DDebugger.cpp74 FunctionExecutable* executable = function->jsExecutable(); in operator ()()
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp1937 FunctionExecutable* executable = function->jsExecutable(); in DEFINE_STUB_FUNCTION()
1958 FunctionExecutable* executable = function->jsExecutable(); in DEFINE_STUB_FUNCTION()
1975 CodeBlock* newCodeBlock = &callee->jsExecutable()->generatedBytecodeForCall(); in DEFINE_STUB_FUNCTION()
2034 CodeBlock* newCodeBlock = &callee->jsExecutable()->generatedBytecodeForConstruct(); in DEFINE_STUB_FUNCTION()
2583 int32_t expectedParams = asFunction(callFrame->callee())->jsExecutable()->parameterCount(); in DEFINE_STUB_FUNCTION()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2010-05-2420389 (JSC::JSFunction::jsExecutable):