/external/v8/src/ |
parser.h | 484 Scope* scope, 536 Scope* outer_scope_; 570 Scope* DeclarationScope(VariableMode mode) { 756 // For harmony block scoping mode: Check if the scope has conflicting var/let 762 // The var declarations are hoisted to the function scope, but originate from 763 // a scope where the name has also been let bound or the var declaration is 764 // hoisted over such a scope. 765 void CheckConflictingVarDeclarations(Scope* scope, bool* ok) [all...] |
mirror-debugger.js | 160 var SCOPE_TYPE = 'scope'; 193 // A copy of the scope types from runtime.cc. 390 * Check whether the mirror reflects a scope. 391 * @returns {boolean} True if the mirror reflects a scope [all...] |
full-codegen.cc | 318 info->function()->scope()->AllowsLazyRecompilation()); 917 Scope* saved_scope = scope(); [all...] |
runtime-profiler.cc | 235 HandleScope scope(isolate_);
|
/external/v8/test/cctest/ |
test-assembler-x64.cc | 364 v8::HandleScope scope; local 377 v8::HandleScope scope; local
|
test-lockers.cc | 70 v8::Isolate::Scope isolate_scope(isolate_); 72 v8::HandleScope scope; local 73 v8::Context::Scope context_scope(context_); 80 v8::Isolate::Scope isolate_scope(isolate_); 81 v8::Context::Scope context_scope(context_); 82 v8::HandleScope scope; local 102 v8::Isolate::Scope isolate_scope(isolate); 105 v8::Context::Scope context_scope(context); 182 v8::Isolate::Scope isolate_scope(isolate_); 230 v8::Isolate::Scope isolate_scope(isolate) [all...] |
test-log.cc | 37 // Need to run this prior to creating the scope. 217 v8::HandleScope scope; 221 v8::Context::Scope context_scope(context); 343 v8::HandleScope scope; local
|
test-disasm-arm.cc | 77 v8::HandleScope scope; \ 419 CpuFeatures::Scope scope(VFP3); 714 CpuFeatures::Scope scope(ARMv7);
|
/external/v8/test/mjsunit/harmony/ |
block-leave.js | 72 // NOTE: This checks that the block scope containing xx has been
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
documentnormalizedocument09.js | 101 // bring class variables into function scope
|
documentnormalizedocument12.js | 103 // bring class variables into function scope
|
handleerror01.js | 101 // bring class variables into function scope
|
handleerror02.js | 103 // bring class variables into function scope
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8DOMWindowShell.cpp | 222 v8::Context::Scope contextScope(m_context); 263 // scope is a property of the inner window. 282 // Create a handle scope for all local handles. 312 v8::Context::Scope contextScope(v8Context); 456 v8::Context::Scope contextScope(m_context); 572 v8::Context::Scope contextScope(m_context); 585 v8::HandleScope scope; local 621 v8::Context::Scope scope(m_context);
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8DOMWindowCustom.cpp | 399 v8::Context::Scope scope(m_dialogContext); 407 v8::Context::Scope scope(m_dialogContext);
|
/external/libxml2/include/libxml/ |
schemasInternals.h | 785 const xmlChar *scope; member in struct:_xmlSchemaElement
|
/external/v8/samples/ |
lineprocessor.cc | 134 v8::Context::Scope scope(debug_message_context); 220 v8::Context::Scope context_scope(context);
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityTable.cpp | 119 // cells have borders, or use attributes like headers, abbr, scope or axis 179 || !cellElement->axis().isEmpty() || !cellElement->scope().isEmpty())
|
/external/webkit/Source/WebCore/css/ |
SVGCSSParser.cpp | 277 ShorthandScope scope(this, propId);
|
/libcore/luni/src/main/java/java/sql/ |
DatabaseMetaData.java | 64 * States that the remainder of the current session is used as the scope for 70 * States that best row identifier scope lasts only while the row is being 76 * States that the remainder of the current transaction is used as the scope 488 * this gives the catalog of the table corresponding to the attribute's scope. 491 * this gives the schema of the table corresponding to the attribute's scope. 494 * this gives the name of the table corresponding to the attribute's scope. 527 * identify the rows. The results are ordered by {@code SCOPE} (see below). 532 * <li>{@code SCOPE} - short - the {@code SCOPE} of the result, as follows: 574 * @param scope [all...] |
/external/llvm/tools/lto/ |
LTOModule.cpp | 512 // set scope part 545 lto_symbol_attributes scope) { 568 LTO_SYMBOL_PERMISSIONS_DATA | LTO_SYMBOL_DEFINITION_REGULAR | scope; 583 _symbols.back().attributes |= scope;
|
/external/v8/src/x64/ |
deoptimizer-x64.cc | 50 HandleScope scope; local 830 AllowExternalCallThatCantCauseGC scope(masm()); [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
JSONObject.cpp | 818 LocalScope scope(exec->globalData()); 840 LocalScope scope(exec->globalData()); 849 LocalScope scope(exec->globalData());
|
/external/clang/lib/CodeGen/ |
CGException.cpp | 515 /// Emit the dispatch block for a filter scope if necessary. 614 // The dispatch block for the end of the scope chain is a block that 619 // Otherwise, we should look at the actual scope. 620 EHScope &scope = *EHStack.find(si); 622 llvm::BasicBlock *dispatchBlock = scope.getCachedEHDispatchBlock(); 624 switch (scope.getKind()) { 627 EHCatchScope &catchScope = cast<EHCatchScope>(scope); 651 scope.setCachedEHDispatchBlock(dispatchBlock); 656 /// Check whether this is a non-EH scope, i.e. a scope which doesn' [all...] |
/external/doclava/src/com/google/doclava/ |
ClassInfo.java | 884 data.setValue("class.scope", "protected"); 886 data.setValue("class.scope", "public"); 1387 public String scope() { method in class:ClassInfo [all...] |