Home
last modified time | relevance | path

Searched defs:scopeChain (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
DJSJavaScriptCallFrameCustom.cpp68 JSValue JSJavaScriptCallFrame::scopeChain(ExecState* exec) const in scopeChain() function in WebCore::JSJavaScriptCallFrame
73 ScopeChainNode* scopeChain = impl()->scopeChain(); in scopeChain() local
98 ScopeChainNode* scopeChain = impl()->scopeChain(); in scopeType() local
DJavaScriptCallFrame.cpp59 JSC::ScopeChainNode* JavaScriptCallFrame::scopeChain() const in scopeChain() function in WebCore::JavaScriptCallFrame
/external/webkit/Source/WebCore/bindings/v8/
DJavaScriptCallFrame.cpp101 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
/external/webkit/Source/JavaScriptCore/interpreter/
DCallFrame.h43 ScopeChainNode* scopeChain() const in scopeChain() function
102 …void setScopeChain(ScopeChainNode* scopeChain) { static_cast<Register*>(this)[RegisterFile::ScopeC… in setScopeChain()
104 ALWAYS_INLINE void init(CodeBlock* codeBlock, Instruction* vPC, ScopeChainNode* scopeChain, in init()
DCallFrameClosure.h38 ScopeChainNode* scopeChain; member
DInterpreter.cpp97 ScopeChainNode* scopeChain = callFrame->scopeChain(); in resolve() local
128 ScopeChainNode* scopeChain = callFrame->scopeChain(); in resolveSkip() local
208 ScopeChainNode* scopeChain = callFrame->scopeChain(); in resolveGlobalDynamic() local
294 ScopeChainNode* scopeChain = callFrame->scopeChain(); in resolveBaseAndProperty() local
404 ScopeChainNode* scopeChain = callFrame->scopeChain(); in callEval() local
545 ScopeChainNode* scopeChain = callFrame->scopeChain(); in unwindCallFrame() local
703 ScopeChainNode* scopeChain = callFrame->scopeChain(); in throwException() local
728 …ter::execute(ProgramExecutable* program, CallFrame* callFrame, ScopeChainNode* scopeChain, JSObjec… in execute()
853 ScopeChainNode* scopeChain = callFrame->scopeChain(); in executeCall() local
945 ScopeChainNode* scopeChain = callFrame->scopeChain(); in executeConstruct() local
[all …]
/external/webkit/Source/JavaScriptCore/debugger/
DDebuggerCallFrame.h52 ScopeChainNode* scopeChain() const { return m_callFrame->scopeChain(); } in scopeChain() function
/external/webkit/Source/JavaScriptCore/bytecode/
DEvalCodeCache.h48 …table* owner, bool inStrictContext, const UString& evalSource, ScopeChainNode* scopeChain, JSValue… in get()
/external/webkit/Source/JavaScriptCore/runtime/
DCompletion.cpp50 Completion evaluate(ExecState* exec, ScopeChainNode* scopeChain, const SourceCode& source, JSValue … in evaluate()
DConstructData.h56 ScopeChainNode* scopeChain; member
DCallData.h56 ScopeChainNode* scopeChain; member
DJSFunction.h62 void setScope(JSGlobalData& globalData, ScopeChainNode* scopeChain) in setScope()
DScopeChain.h134 ALWAYS_INLINE ScopeChainNode* Register::scopeChain() const in scopeChain() function
DFunctionConstructor.cpp108 …ScopeChainNode* scopeChain = new (exec) ScopeChainNode(0, globalObject, &globalData, globalObject,… in constructFunction() local
DOperations.h462 …SValue resolveBase(CallFrame* callFrame, Identifier& property, ScopeChainNode* scopeChain, bool is… in resolveBase()
DExecutable.h308 JSFunction* make(ExecState* exec, ScopeChainNode* scopeChain) in make()
/external/webkit/Source/WebKit/mac/WebView/
DWebScriptDebugDelegate.mm173 {
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp201 BytecodeGenerator::BytecodeGenerator(ProgramNode* programNode, ScopeChainNode* scopeChain, SymbolTa… in BytecodeGenerator()
323 BytecodeGenerator::BytecodeGenerator(FunctionBodyNode* functionBody, ScopeChainNode* scopeChain, Sy… in BytecodeGenerator()
487 BytecodeGenerator::BytecodeGenerator(EvalNode* evalNode, ScopeChainNode* scopeChain, SymbolTable* s… in BytecodeGenerator()
/external/webkit/Source/WebCore/inspector/front-end/
DDebuggerPresentationModel.js681 get scopeChain() getter in WebInspector.PresenationCallFrame
/external/webkit/Source/WebKit/qt/Api/
Dqwebelement.cpp789 JSC::ScopeChainNode* scopeChain = state->dynamicGlobalObject()->globalScopeChain(); in evaluateJavaScript() local
/external/webkit/Source/JavaScriptCore/jit/
DJITStubs.cpp2278 ScopeChainNode* scopeChain = callFrame->scopeChain(); in DEFINE_STUB_FUNCTION() local
2707 ScopeChainNode* scopeChain = callFrame->scopeChain(); in DEFINE_STUB_FUNCTION() local
3041 ScopeChainNode* scopeChain = callFrame->scopeChain(); in DEFINE_STUB_FUNCTION() local