/external/webkit/Source/WebCore/bindings/js/ |
D | JSJavaScriptCallFrameCustom.cpp | 68 JSValue JSJavaScriptCallFrame::scopeChain(ExecState* exec) const in scopeChain() function in WebCore::JSJavaScriptCallFrame 70 if (!impl()->scopeChain()) in scopeChain() 73 ScopeChainNode* scopeChain = impl()->scopeChain(); in scopeChain() local 74 ScopeChainIterator iter = scopeChain->begin(); in scopeChain() 75 ScopeChainIterator end = scopeChain->end(); in scopeChain() 91 if (!impl()->scopeChain()) in scopeType() 98 ScopeChainNode* scopeChain = impl()->scopeChain(); in scopeType() local 99 ScopeChainIterator end = scopeChain->end(); in scopeType() 102 for (ScopeChainIterator iter = scopeChain->begin(); iter != end; ++iter) { in scopeType()
|
D | JavaScriptCallFrame.cpp | 59 JSC::ScopeChainNode* JavaScriptCallFrame::scopeChain() const in scopeChain() function in WebCore::JavaScriptCallFrame 64 return m_debuggerCallFrame.scopeChain(); in scopeChain()
|
D | JavaScriptCallFrame.h | 72 JSC::ScopeChainNode* scopeChain() const;
|
/external/webkit/Source/JavaScriptCore/runtime/ |
D | ScopeChain.h | 120 ASSERT(scopeChain()->globalData); in globalData() 121 return *scopeChain()->globalData; in globalData() 126 return scopeChain()->globalObject.get(); in lexicalGlobalObject() 131 return scopeChain()->globalThis.get(); in globalThisValue() 134 ALWAYS_INLINE ScopeChainNode* Register::scopeChain() const in scopeChain() function 139 ALWAYS_INLINE Register& Register::operator=(ScopeChainNode* scopeChain) 141 *this = JSValue(scopeChain);
|
D | Completion.cpp | 50 Completion evaluate(ExecState* exec, ScopeChainNode* scopeChain, const SourceCode& source, JSValue … in evaluate() argument 64 JSValue result = exec->interpreter()->execute(program, exec, scopeChain, thisObj); in evaluate()
|
D | JSFunction.h | 62 void setScope(JSGlobalData& globalData, ScopeChainNode* scopeChain) in setScope() argument 65 m_scopeChain.set(globalData, this, scopeChain); in setScope()
|
D | FunctionConstructor.cpp | 108 …ScopeChainNode* scopeChain = new (exec) ScopeChainNode(0, globalObject, &globalData, globalObject,… in constructFunction() local 109 return new (exec) JSFunction(exec, function, scopeChain); in constructFunction()
|
D | ConstructData.h | 56 ScopeChainNode* scopeChain; member
|
D | CallData.h | 56 ScopeChainNode* scopeChain; member
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
D | EvalCodeCache.h | 48 …wner, bool inStrictContext, const UString& evalSource, ScopeChainNode* scopeChain, JSValue& except… in get() argument 52 …if (!inStrictContext && evalSource.length() < maxCacheableSourceLength && (*scopeChain->begin())->… in get() 57 exceptionValue = evalExecutable->compile(exec, scopeChain); in get() 61 …inStrictContext && evalSource.length() < maxCacheableSourceLength && (*scopeChain->begin())->isVar… in get()
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
D | CallFrame.h | 43 ScopeChainNode* scopeChain() const in scopeChain() function 45 ASSERT(this[RegisterFile::ScopeChain].Register::scopeChain()); in scopeChain() 46 return this[RegisterFile::ScopeChain].Register::scopeChain(); in scopeChain() 102 …void setScopeChain(ScopeChainNode* scopeChain) { static_cast<Register*>(this)[RegisterFile::ScopeC… in setScopeChain() argument 104 ALWAYS_INLINE void init(CodeBlock* codeBlock, Instruction* vPC, ScopeChainNode* scopeChain, in init() argument 111 setScopeChain(scopeChain); in init()
|
D | Interpreter.cpp | 97 ScopeChainNode* scopeChain = callFrame->scopeChain(); in resolve() local 98 ScopeChainIterator iter = scopeChain->begin(); in resolve() 99 ScopeChainIterator end = scopeChain->end(); in resolve() 128 ScopeChainNode* scopeChain = callFrame->scopeChain(); in resolveSkip() local 129 ScopeChainIterator iter = scopeChain->begin(); in resolveSkip() 130 ScopeChainIterator end = scopeChain->end(); in resolveSkip() 208 ScopeChainNode* scopeChain = callFrame->scopeChain(); in resolveGlobalDynamic() local 209 ScopeChainIterator iter = scopeChain->begin(); in resolveGlobalDynamic() 210 ScopeChainIterator end = scopeChain->end(); in resolveGlobalDynamic() 280 JSValue result = JSC::resolveBase(callFrame, ident, callFrame->scopeChain(), isStrictPut); in resolveBase() [all …]
|
D | CallFrameClosure.h | 38 ScopeChainNode* scopeChain; member 52 newCallFrame->setScopeChain(scopeChain); in resetCallFrame()
|
D | CachedCall.h | 59 callFrame->setScopeChain(exec->scopeChain()); in newCallFrame()
|
/external/webkit/Source/WebCore/bindings/v8/ |
D | JavaScriptCallFrame.cpp | 101 v8::Handle<v8::Value> JavaScriptCallFrame::scopeChain() const in scopeChain() function in WebCore::JavaScriptCallFrame 103 …v8::Handle<v8::Array> scopeChain = v8::Handle<v8::Array>::Cast(m_callFrame.get()->Get(v8String("sc… in scopeChain() local 104 v8::Handle<v8::Array> result = v8::Array::New(scopeChain->Length()); in scopeChain() 105 for (uint32_t i = 0; i < scopeChain->Length(); i++) in scopeChain() 106 result->Set(i, scopeChain->Get(i)); in scopeChain()
|
D | DebuggerScript.js | 216 var scopeChain = []; 248 scopeChain.push(scopeObject); 261 "scopeChain": scopeChain,
|
D | JavaScriptCallFrame.h | 57 v8::Handle<v8::Value> scopeChain() const;
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | ScopeChainSidebarPane.js | 60 var scopeChain = callFrame.scopeChain; 61 for (var i = 0; i < scopeChain.length; ++i) { 62 var scope = scopeChain[i];
|
/external/webkit/Source/WebCore/inspector/ |
D | InjectedScriptSource.js | 478 this.scopeChain = this._wrapScopeChain(callFrame); 497 var scopeChain = callFrame.scopeChain; 500 for (var i = 0; i < scopeChain.length; i++) { 502 scope.object = injectedScript._wrapObject(scopeChain[i], "backtrace"); 523 var scopeChain = callFrame.scopeChain; 524 for (var i = 0; i < scopeChain.length; ++i) { 525 if (member in scopeChain[i])
|
/external/webkit/Source/JavaScriptCore/debugger/ |
D | DebuggerCallFrame.h | 52 ScopeChainNode* scopeChain() const { return m_callFrame->scopeChain(); } in scopeChain() function
|
D | DebuggerCallFrame.cpp | 98 …sult = globalData.interpreter->execute(eval, m_callFrame, thisObject(), m_callFrame->scopeChain()); in evaluate()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebScriptDebugDelegate.mm | 172 - (NSArray *)scopeChain 179 ScopeChainNode* scopeChain = _private->debuggerCallFrame->scopeChain(); 180 if (!scopeChain->next) // global frame 185 ScopeChainIterator end = scopeChain->end(); 186 for (ScopeChainIterator it = scopeChain->begin(); it != end; ++it) { 189 … object = new (scopeChain->globalData) DebuggerActivation(*scopeChain->globalData, object);
|
/external/webkit/Source/JavaScriptCore/bytecompiler/ |
D | BytecodeGenerator.cpp | 201 BytecodeGenerator::BytecodeGenerator(ProgramNode* programNode, ScopeChainNode* scopeChain, SymbolTa… in BytecodeGenerator() argument 202 : m_shouldEmitDebugHooks(scopeChain->globalObject->debugger()) in BytecodeGenerator() 203 , m_shouldEmitProfileHooks(scopeChain->globalObject->supportsProfiling()) in BytecodeGenerator() 204 , m_shouldEmitRichSourceInfo(scopeChain->globalObject->supportsRichSourceInfo()) in BytecodeGenerator() 205 , m_scopeChain(*scopeChain->globalData, scopeChain) in BytecodeGenerator() 220 , m_globalData(scopeChain->globalData) in BytecodeGenerator() 239 JSGlobalObject* globalObject = scopeChain->globalObject.get(); in BytecodeGenerator() 291 JSValue value = new (exec) JSFunction(exec, makeFunction(exec, function), scopeChain); in BytecodeGenerator() 307 …ction->ident(), new (exec) JSFunction(exec, makeFunction(exec, function), scopeChain), DontDelete); in BytecodeGenerator() 323 BytecodeGenerator::BytecodeGenerator(FunctionBodyNode* functionBody, ScopeChainNode* scopeChain, Sy… in BytecodeGenerator() argument [all …]
|
/external/webkit/Source/JavaScriptCore/jit/ |
D | JITStubs.cpp | 847 …JIT::compilePutByIdTransition(callFrame->scopeChain()->globalData, codeBlock, stubInfo, structure-… in tryCachePutByID() 870 … JIT::compilePatchGetArrayLength(callFrame->scopeChain()->globalData, codeBlock, returnAddress); in tryCacheGetByID() 929 …JIT::compileGetByIdProto(callFrame->scopeChain()->globalData, callFrame, codeBlock, stubInfo, stru… in tryCacheGetByID() 942 …JIT::compileGetByIdChain(callFrame->scopeChain()->globalData, callFrame, codeBlock, stubInfo, stru… in tryCacheGetByID() 1574 …alData(), codeBlock, methodCallLinkInfo, callee, structure, callFrame->scopeChain()->globalObject-… in DEFINE_STUB_FUNCTION() 1641 …JIT::compileGetByIdSelfList(callFrame->scopeChain()->globalData, codeBlock, stubInfo, polymorphicS… in DEFINE_STUB_FUNCTION() 1753 …JIT::compileGetByIdProtoList(callFrame->scopeChain()->globalData, callFrame, codeBlock, stubInfo, … in DEFINE_STUB_FUNCTION() 1765 …JIT::compileGetByIdChainList(callFrame->scopeChain()->globalData, callFrame, codeBlock, stubInfo, … in DEFINE_STUB_FUNCTION() 1923 …turn stackFrame.args[0].function()->make(stackFrame.callFrame, stackFrame.callFrame->scopeChain()); in DEFINE_STUB_FUNCTION() 2161 stackFrame.callFrame->setScopeChain(stackFrame.callFrame->scopeChain()->push(activation)); in DEFINE_STUB_FUNCTION() [all …]
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
D | V8JavaScriptCallFrameCustom.cpp | 53 return impl->scopeChain(); in scopeChainAccessorGetter()
|