/external/webkit/Source/JavaScriptCore/parser/ |
JSParser.cpp | 281 struct Scope { 282 Scope(JSGlobalData* globalData, bool isFunction, bool strictMode) 298 Scope(const Scope& rhs) 398 bool collectFreeVariables(Scope* nestedScope, bool shouldTrackClosedVariables) 500 typedef Vector<Scope, 10> ScopeStack; 508 Scope* operator->() { return &m_scopeStack->at(m_index); } 528 AutoPopScopeRef(JSParser* parser, ScopeRef scope) 529 : ScopeRef(scope) 562 m_scopeStack.append(Scope(m_globalData, isFunction, isStrict)) 636 ScopeRef scope = pushScope(); local 655 ScopeRef scope = currentScope(); local [all...] |
/external/clang/lib/CodeGen/ |
CGCleanup.cpp | 14 // control transfers out of a particular scope. This can be 89 /// Push an entry of the given size onto this protected-scope stack. 155 EHCleanupScope *Scope = 168 return Scope->getCleanupBuffer(); 215 EHCatchScope *scope = local 218 return scope; 372 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); 374 // As long as Old strictly encloses the scope's enclosing normal 378 Old.strictlyEncloses(Scope.getEnclosingNormalCleanup()); 385 EHCleanupScope &Scope) { 979 EHScope &scope = *EHStack.find(i); local [all...] |
/external/llvm/tools/gold/ |
gold-plugin.cpp | 300 int scope = attrs & LTO_SYMBOL_SCOPE_MASK; local 301 switch (scope) { 313 (*message)(LDPL_ERROR, "Unknown scope attribute: %d", scope);
|
/external/v8/src/arm/ |
lithium-codegen-arm.h | 57 scope_(info->scope()), 157 Scope* scope() const { return scope_; } function in class:v8::internal::BASE_EMBEDDED 174 int GetParameterCount() const { return scope()->num_parameters(); } 341 Scope* const scope_;
|
builtins-arm.cc | 671 FrameScope scope(masm, StackFrame::INTERNAL); 691 FrameScope scope(masm, StackFrame::INTERNAL); 716 FrameScope scope(masm, StackFrame::CONSTRUCT); [all...] |
/external/v8/src/mips/ |
lithium-codegen-mips.h | 57 scope_(info->scope()), 153 Scope* scope() const { return scope_; } function in class:v8::internal::BASE_EMBEDDED 171 int GetParameterCount() const { return scope()->num_parameters(); } 356 Scope* const scope_;
|
builtins-mips.cc | 687 FrameScope scope(masm, StackFrame::INTERNAL); 707 FrameScope scope(masm, StackFrame::INTERNAL); 739 FrameScope scope(masm, StackFrame::CONSTRUCT); [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
JSFunction.cpp | 156 callData.js.scopeChain = scope(); 190 JSObject* prototype = constructEmptyObject(exec, scope()->globalObject->emptyObjectStructure()); 320 constructData.js.scopeChain = scope();
|
/external/v8/test/cctest/ |
test-cpu-profiler.cc | 33 v8::HandleScope scope; local 88 i::HandleScope scope; local 301 v8::HandleScope scope; local 347 v8::HandleScope scope; local
|
test-date.cc | 122 v8::HandleScope scope; local
|
test-hashing.cc | 156 v8::HandleScope scope; local 185 v8::HandleScope scope; local
|
/external/v8/test/mjsunit/harmony/ |
block-let-semantics.js | 107 // initialized upon entering a function / block scope. 131 // Test that a function declaration sees the scope it resides in.
|
/external/webkit/LayoutTests/dom/html/level2/events/ |
dispatchEvent13.js | 103 // bring class variables into function scope 146 // bring class variables into function scope
|
/external/webkit/LayoutTests/dom/xhtml/level2/events/ |
dispatchEvent13.js | 103 // bring class variables into function scope 146 // bring class variables into function scope
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8LazyEventListener.cpp | 93 // Use the outer scope to hold context. 99 v8::Context::Scope scope(v8Context); 103 // Nodes other than the document object, when executing inline event handlers push document, form, and the target node on the scope chain.
|
WorkerScriptDebugServer.cpp | 76 v8::HandleScope scope; local 78 v8::Context::Scope contextScope(debuggerContext);
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8InjectedScriptHostCustom.cpp | 61 v8::HandleScope scope; local 63 v8::Context::Scope contextScope(context);
|
/external/webkit/Source/WebCore/dom/ |
Attr.cpp | 123 EventQueueScope scope; local
|
/external/webkit/Source/WebCore/html/ |
HTMLTableCellElement.cpp | 162 String HTMLTableCellElement::scope() const function in class:WebCore::HTMLTableCellElement
|
/external/v8/src/ia32/ |
builtins-ia32.cc | 90 FrameScope scope(masm, StackFrame::CONSTRUCT); 391 FrameScope scope(masm, StackFrame::INTERNAL); 454 FrameScope scope(masm, StackFrame::INTERNAL); 480 FrameScope scope(masm, StackFrame::INTERNAL); 507 FrameScope scope(masm, StackFrame::INTERNAL); 556 FrameScope scope(masm, StackFrame::INTERNAL); 623 FrameScope scope(masm, StackFrame::INTERNAL); [all...] |
/external/v8/src/x64/ |
builtins-x64.cc | 89 FrameScope scope(masm, StackFrame::CONSTRUCT); 401 // Open a C++ scope for the FrameScope. 419 FrameScope scope(masm, StackFrame::INTERNAL); 449 FrameScope scope(masm, StackFrame::INTERNAL); 519 FrameScope scope(masm, StackFrame::INTERNAL); 546 FrameScope scope(masm, StackFrame::INTERNAL); 574 FrameScope scope(masm, StackFrame::INTERNAL); 619 FrameScope scope(masm, StackFrame::INTERNAL); 693 FrameScope scope(masm, StackFrame::INTERNAL); [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
AST.stg | 165 ruleRefTrack(rule,label,elementIndex,args,scope) ::= << 171 ruleRefTrackAndListLabel(rule,label,elementIndex,args,scope) ::= << 177 ruleRefRuleRootTrack(rule,label,elementIndex,args,scope) ::= << 183 ruleRefRuleRootTrackAndListLabel(rule,label,elementIndex,args,scope) ::= <<
|
/external/chromium/testing/gmock/scripts/ |
gmock_doctor.py | 396 r'(was not declared in this scope|has not been declared)') 452 r'error: \'(?P<type>.+)\' was not declared in this scope\n' 459 r'error: \'(?P<type>.+)\' was not declared in this scope\n' 461 r'.*error: \'.+\' was not declared in this scope')
|
/external/v8/test/mjsunit/regress/ |
regress-747.js | 31 // This can be a problem if eval is used within the scope.
|
regress-91120.js | 29 // function f's scope. Invoke it before try/catch, in the try block, in the
|