HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 626 - 650 of 1184) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
Dictionary.h 288 ConversionContextScope scope(context);
307 ConversionContextScope scope(context);
  /external/chromium_org/v8/src/
mksnapshot.cc 311 HandleScope scope(isolate);
312 v8::Context::Scope cscope(v8::Local<v8::Context>::New(isolate, context));
351 { HandleScope scope(isolate);
scopes.h 47 Variable* Declare(Scope* scope,
64 // The dynamic scope part holds hash maps for the variables that will
66 // are allocated on-demand from Scope::NonLocal to avoid wasting memory
95 class Scope: public ZoneObject {
100 Scope(Scope* outer_scope, ScopeType scope_type, Zone* zone);
102 // Compute top scope and allocate variables. For lazy compilation the top
103 // scope only contains the single lazily compiled function, so this
107 static Scope* DeserializeScopeChain(Context* context, Scope* global_scope
    [all...]
debug.cc 410 HandleScope scope(debug_info_->GetIsolate());
424 HandleScope scope(isolate);
772 HandleScope scope(isolate);
859 HandleScope scope(isolate_);
945 HandleScope scope(isolate_);
    [all...]
typing.cc 58 Scope* scope = info->scope(); local
62 if (scope->is_function_scope() && scope->function() != NULL) {
63 RECURSE(visitor->VisitVariableDeclaration(scope->function()));
65 RECURSE(visitor->VisitDeclarations(scope->declarations()));
  /external/chromium_org/v8/src/x64/
deoptimizer-x64.cc 197 { AllowExternalCallThatCantCauseGC scope(masm());
245 AllowExternalCallThatCantCauseGC scope(masm());
lithium-codegen-x64.h 56 scope_(info->scope()),
138 Scope* scope() const { return scope_; } function in class:v8::internal::LCodeGen
345 Scope* const scope_;
  /external/chromium_org/v8/test/cctest/
cctest.h 256 v8::HandleScope scope(isolate_);
276 v8::HandleScope scope(isolate);
test-hashing.cc 156 HandleScope scope(isolate);
193 HandleScope scope(isolate);
235 v8::Context::Scope context_scope(v8::Context::New(isolate));
256 v8::Context::Scope context_scope(v8::Context::New(isolate));
test-strings.cc 573 v8::HandleScope scope(CcTest::isolate());
864 v8::HandleScope scope(CcTest::isolate());
    [all...]
  /external/chromium_org/v8/test/mjsunit/harmony/
module-recompile.js 30 // Test that potential recompilation of the global scope does not screw up.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1119.js 40 // This has to run in global scope, so cannot use assertThrows...
regress-115452.js 40 // This has to run in global scope, so cannot use assertThrows...
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
regress-962.js 30 function L(scope) { this.s = new Object(); }
  /external/chromium_org/v8/test/webkit/
vardecl-blocks-init.js 25 "This test checks that variable declarations with initializers inside of catch and with blocks do not set values in a deeper scope."
  /external/v8/test/cctest/
test-hashing.cc 156 v8::HandleScope scope; local
185 v8::HandleScope scope; local
  /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
regress-962.js 30 function L(scope) { this.s = new Object(); }
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CodeGenerator.java 492 String scope = (String)it.next(); local
493 if ( !target.isValidActionScope(grammar.type, scope) ) {
494 // get any action from the scope to get error location
495 Map scopeActions = (Map)actions.get(scope);
500 actionAST.getToken(),scope,
512 String scope = (String)it.next(); local
513 Map scopeActions = (Map)actions.get(scope);
518 /** Use for translating rule @init{...} actions that have no scope */
1087 AttributeScope scope = grammar.getGlobalScope(x); local
1135 AttributeScope scope = refdRule.getAttributeScope(y); local
1178 AttributeScope scope = enclosingRule.getAttributeScope(x); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ClientRulesEngine.java 418 // Compute a search scope: We need to merge all the subclasses
420 IJavaSearchScope scope = SearchEngine.createWorkspaceScope();
454 // class, if any) and merge the two arrays - then create a scope from these
473 scope = SearchEngine.createJavaSearchScope(subTypes, IJavaSearchScope.SOURCES);
484 scope,
551 IJavaSearchScope scope = SearchEngine.createWorkspaceScope();
556 // class, if any) and merge the two arrays - then create a scope from these
565 scope = SearchEngine.createJavaSearchScope(viewTypes, IJavaSearchScope.SOURCES);
576 scope,
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 474 function getFullyQualifiedFunctionName(scope, func) {
475 return (getObjectName(scope) || getModuleName()) + "." + func.name;
496 function getAnchorName(type, name, scope) {
497 return type + "-" + (scope ? scope + "-" : "") + name;
  /external/iproute2/ip/
iproute.c 69 fprintf(stderr, " [ type TYPE ] [ scope SCOPE ]\n");
73 fprintf(stderr, " [ scope SCOPE ] [ metric METRIC ]\n");
84 fprintf(stderr, "SCOPE := [ host | link | global | NUMBER ]\n");
102 int scope, scopemask; member in struct:__anon19355
163 if ((filter.scope^r->rtm_scope)&filter.scopemask)
394 fprintf(fp, " scope %s ", rtnl_rtscope_n2a(r->rtm_scope, b1, sizeof(b1)));
775 } else if (strcmp(*argv, "scope") == 0) {
776 __u32 scope = 0 local
1156 __u32 scope = 0; local
    [all...]

Completed in 620 milliseconds

<<21222324252627282930>>