Searched refs:jsExecutable (Results 1 – 12 of 12) sorted by relevance
155 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()
133 int numParameters = function->jsExecutable()->parameterCount(); in getArgumentsData()157 d->numParameters = callee->jsExecutable()->parameterCount(); in Arguments()192 ASSERT(!asFunction(callFrame->callee())->jsExecutable()->parameterCount()); in Arguments()
72 FunctionExecutable* jsExecutable() const;
92 FunctionExecutable* executable = function->jsExecutable(); in functionProtoFuncToString()
88 function->jsExecutable()->discardCode(); in operator ()()
413 inline FunctionExecutable* JSFunction::jsExecutable() const in jsExecutable() function
182 …me.isEmpty() ? AnonymousFunction : name, function->jsExecutable()->sourceURL(), function->jsExecut… in createCallIdentifierFromFunctionImp()
44 …m_closure = m_interpreter->prepareForRepeatCall(function->jsExecutable(), callFrame, function, arg… in CachedCall()
3947 … int32_t expectedParams = asFunction(callFrame->callee())->jsExecutable()->parameterCount(); in privateExecute()
74 FunctionExecutable* executable = function->jsExecutable(); in operator ()()
1937 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()
20389 (JSC::JSFunction::jsExecutable):