Home
last modified time | relevance | path

Searched refs:CallTypeJS (Results 1 – 9 of 9) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DCallData.cpp37 ASSERT(callType == CallTypeJS); in call()
DCallData.h46 CallTypeJS enumerator
DPropertySlot.cpp40 ASSERT(callType == CallTypeJS); in functionGetter()
DArrayPrototype.cpp72 if (callType != CallTypeJS) in isNumericCompareFunction()
601 if (callType == CallTypeJS && isJSArray(&exec->globalData(), thisObj)) { in arrayProtoFuncFilter()
659 if (callType == CallTypeJS && isJSArray(&exec->globalData(), thisObj)) { in arrayProtoFuncMap()
716 if (callType == CallTypeJS && isJSArray(&exec->globalData(), thisObj)) { in arrayProtoFuncEvery()
770 if (callType == CallTypeJS && isJSArray(&exec->globalData(), thisObj)) { in arrayProtoFuncForEach()
817 if (callType == CallTypeJS && isJSArray(&exec->globalData(), thisObj)) { in arrayProtoFuncSome()
889 if (callType == CallTypeJS && array) { in arrayProtoFuncReduce()
959 if (callType == CallTypeJS && array) { in arrayProtoFuncReduceRight()
DJSFunction.cpp102 return CallTypeJS; in getCallData()
DJSArray.cpp830 if (callType == CallTypeJS) in sort()
DStringPrototype.cpp236 if (global && callType == CallTypeJS) { in stringProtoFuncReplace()
/external/webkit/JavaScriptCore/jit/
DJITStubs.cpp1479 ASSERT(stackFrame.args[0].jsValue().getCallData(callData) == CallTypeJS); in DEFINE_STUB_FUNCTION()
1578 ASSERT(callType != CallTypeJS); in DEFINE_STUB_FUNCTION()
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp3004 if (callType == CallTypeJS) { in privateExecute()
3158 if (callType == CallTypeJS) { in privateExecute()