Searched defs:callFrame (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DArrayIteratorPrototype.cpp51 EncodedJSValue JSC_HOST_CALL arrayIteratorPrototypeIterate(CallFrame* callFrame) argument
H A DArgumentsIteratorPrototype.cpp49 EncodedJSValue JSC_HOST_CALL argumentsIteratorPrototypeFuncIterator(CallFrame* callFrame) argument
54 EncodedJSValue JSC_HOST_CALL argumentsIteratorPrototypeFuncNext(CallFrame* callFrame) argument
H A DMapIteratorPrototype.cpp52 EncodedJSValue JSC_HOST_CALL MapIteratorPrototypeFuncIterator(CallFrame* callFrame) argument
57 EncodedJSValue JSC_HOST_CALL MapIteratorPrototypeFuncNext(CallFrame* callFrame) argument
H A DSetIteratorPrototype.cpp52 EncodedJSValue JSC_HOST_CALL SetIteratorPrototypeFuncIterator(CallFrame* callFrame) argument
57 EncodedJSValue JSC_HOST_CALL SetIteratorPrototypeFuncNext(CallFrame* callFrame) argument
H A DJSMapIterator.cpp56 JSValue JSMapIterator::createPair(CallFrame* callFrame, JSValue key, JSValue value) argument
H A DJSSetIterator.cpp56 JSValue JSSetIterator::createPair(CallFrame* callFrame, JSValue key, JSValue value) argument
H A DWeakMapPrototype.cpp57 static WeakMapData* getWeakMapData(CallFrame* callFrame, JSValue value) argument
71 EncodedJSValue JSC_HOST_CALL protoFuncWeakMapClear(CallFrame* callFrame) argument
80 EncodedJSValue JSC_HOST_CALL protoFuncWeakMapDelete(CallFrame* callFrame) argument
91 protoFuncWeakMapGet(CallFrame* callFrame) argument
102 protoFuncWeakMapHas(CallFrame* callFrame) argument
113 protoFuncWeakMapSet(CallFrame* callFrame) argument
[all...]
H A DJSArgumentsIterator.h51 bool next(CallFrame* callFrame, JSValue& value) argument
H A DOperations.cpp43 NEVER_INLINE JSValue jsAddSlowCase(CallFrame* callFrame, JSValue v1, JSValue v2) argument
81 JSValue jsTypeStringForValue(CallFrame* callFrame, JSValu argument
86 jsIsObjectType(CallFrame* callFrame, JSValue v) argument
[all...]
H A DSetConstructor.cpp49 static EncodedJSValue JSC_HOST_CALL callSet(CallFrame* callFrame) argument
63 static EncodedJSValue JSC_HOST_CALL constructSet(CallFrame* callFrame) argument
[all...]
H A DError.cpp134 JSObject* addErrorInfo(CallFrame* callFrame, JSObject* error, int line, const SourceCode& source) argument
H A DJSArrayIterator.cpp75 static EncodedJSValue createIteratorResult(CallFrame* callFrame, ArrayIterationKind kind, size_t index, JSValue result, bool done) argument
101 static inline EncodedJSValue JSC_HOST_CALL arrayIteratorNext(CallFrame* callFrame) argument
155 arrayIteratorNextKey(CallFrame* callFrame) argument
160 arrayIteratorNextValue(CallFrame* callFrame) argument
165 arrayIteratorNextGeneric(CallFrame* callFrame) argument
[all...]
H A DJSMapIterator.h58 bool next(CallFrame* callFrame, JSValue& value) argument
H A DJSSetIterator.h59 bool next(CallFrame* callFrame, JSValue& value) argument
H A DMapData.cpp55 MapData::Entry* MapData::find(CallFrame* callFrame, KeyType key) argument
76 bool MapData::contains(CallFrame* callFrame, KeyType key) argument
81 template <typename Map, typename Key> MapData::Entry* MapData::add(CallFrame* callFrame, Map& map, Key key, KeyType keyValue) argument
98 void MapData::set(CallFrame* callFrame, KeyType key, JSValue value) argument
106 add(CallFrame* callFrame, KeyType key) argument
115 get(CallFrame* callFrame, KeyType key) argument
122 remove(CallFrame* callFrame, KeyType key) argument
[all...]
H A DMapPrototype.cpp79 ALWAYS_INLINE static MapData* getMapData(CallFrame* callFrame, JSValue thisValue) argument
93 EncodedJSValue JSC_HOST_CALL mapProtoFuncClear(CallFrame* callFrame) argument
102 EncodedJSValue JSC_HOST_CALL mapProtoFuncDelete(CallFrame* callFrame) argument
110 mapProtoFuncForEach(CallFrame* callFrame) argument
142 mapProtoFuncGet(CallFrame* callFrame) argument
153 mapProtoFuncHas(CallFrame* callFrame) argument
161 mapProtoFuncSet(CallFrame* callFrame) argument
170 mapProtoFuncSize(CallFrame* callFrame) argument
178 mapProtoFuncValues(CallFrame* callFrame) argument
186 mapProtoFuncEntries(CallFrame* callFrame) argument
194 mapProtoFuncKeys(CallFrame* callFrame) argument
[all...]
H A DSetPrototype.cpp78 ALWAYS_INLINE static MapData* getMapData(CallFrame* callFrame, JSValue thisValue) argument
92 EncodedJSValue JSC_HOST_CALL setProtoFuncAdd(CallFrame* callFrame) argument
101 setProtoFuncClear(CallFrame* callFrame) argument
110 setProtoFuncDelete(CallFrame* callFrame) argument
118 setProtoFuncForEach(CallFrame* callFrame) argument
148 setProtoFuncHas(CallFrame* callFrame) argument
156 setProtoFuncSize(CallFrame* callFrame) argument
164 setProtoFuncValues(CallFrame* callFrame) argument
172 setProtoFuncEntries(CallFrame* callFrame) argument
180 setProtoFuncKeys(CallFrame* callFrame) argument
[all...]
H A DConsoleClient.cpp171 const ScriptCallFrame& callFrame = callStack->at(i); local
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJITExceptions.cpp43 void genericUnwind(VM* vm, ExecState* callFrame, JSValue exceptionValue) argument
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DTimelineDataGrid.js475 var callFrame = treeElement.callFrame; variable
/macosx-10.10.1/JavaScriptCore-7600.1.17/debugger/
H A DDebuggerCallFrame.h44 static PassRefPtr<DebuggerCallFrame> create(CallFrame* callFrame) argument
H A DDebuggerCallFrame.cpp58 DebuggerCallFrame::DebuggerCallFrame(CallFrame* callFrame) argument
147 CallFrame* callFrame = m_callFrame; local
184 positionForCallFrame(CallFrame* callFrame) argument
194 sourceIDForCallFrame(CallFrame* callFrame) argument
203 thisValueForCallFrame(CallFrame* callFrame) argument
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DCachedCall.h41 CachedCall(CallFrame* callFrame, JSFunction* function, int argumentCount) argument
H A DRegister.h90 CallFrame* callFrame; member in union:JSC::Register::__anon2618
128 ALWAYS_INLINE Register& Register::operator=(CallFrame* callFrame) argument
145 ALWAYS_INLINE CallFrame* Register::callFrame() const function in class:JSC::Register
/macosx-10.10.1/JavaScriptCore-7600.1.17/inspector/
H A DJSGlobalObjectInspectorController.cpp164 const ScriptCallFrame& callFrame = callStack->at(0); local

Completed in 211 milliseconds

12