HomeSort by relevance Sort by last modified time
    Searched refs:scope (Results 751 - 775 of 1056) sorted by null

<<31323334353637383940>>

  /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/chromium_org/chrome/renderer/extensions/
extension_helper.cc 356 v8::HandleScope scope; local
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityTable.cpp 128 // cells have borders, or use attributes like headers, abbr, scope or axis
197 || !cellElement->axis().isEmpty() || !cellElement->scope().isEmpty())
  /external/chromium_org/third_party/WebKit/Source/core/css/
SVGCSSParser.cpp 276 ShorthandScope scope(this, propId);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Text.cpp 63 EventQueueScope scope; local
  /external/chromium_org/third_party/WebKit/Source/core/html/
RangeInputType.cpp 232 EventQueueScope scope; local
  /external/chromium_org/third_party/libxml/src/include/libxml/
schemasInternals.h 785 const xmlChar *scope; member in struct:_xmlSchemaElement
  /external/chromium_org/v8/src/
handles.h 84 // Closes the given scope, but lets this handle escape. See
86 inline Handle<T> EscapeFrom(v8::HandleScope* scope);
121 // After a handle scope has been created, all local handles will be
122 // allocated within that handle scope until either the handle scope is
123 // deleted or another handle scope is created. If there is already a
124 // handle scope and a new one is created, all allocations will take
125 // place in the new handle scope until it is deleted. After that,
126 // new handles will again be allocated in the original handle scope.
128 // After the handle scope of a local handle has been deleted th
    [all...]
runtime-profiler.cc 228 HandleScope scope(isolate_);
debug-debugger.js     [all...]
  /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);
  /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/chromium_org/chrome/browser/policy/
policy_service_impl_unittest.cc 34 const char kSameLevelPolicy[] = "policy-same-level-and-scope";
35 const char kDiffLevelPolicy[] = "chrome-diff-level-and-scope";
53 PolicyScope scope) {
58 policy_map->Set(kDiffLevelPolicy, level, scope,
65 policy_map->Set(kDiffLevelPolicy, level, scope,
516 // For policies of the same level and scope, the first provider takes
521 // level/scope combination takes precedence, on every namespace.
  /external/llvm/tools/lto/
LTOModule.cpp 497 // set scope part
530 lto_symbol_attributes scope) {
553 LTO_SYMBOL_PERMISSIONS_DATA | LTO_SYMBOL_DEFINITION_REGULAR | scope;
568 _symbols.back().attributes |= scope;
  /external/v8/src/x64/
deoptimizer-x64.cc 50 HandleScope scope; local
830 AllowExternalCallThatCantCauseGC scope(masm());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyStyleCommand.cpp 255 Node* scope = highestAncestor(visibleStart.deepEquivalent().deprecatedNode());
256 RefPtr<Range> startRange = Range::create(document(), firstPositionInNode(scope), visibleStart.deepEquivalent().parentAnchoredEquivalent());
257 RefPtr<Range> endRange = Range::create(document(), firstPositionInNode(scope), visibleEnd.deepEquivalent().parentAnchoredEquivalent());
288 startRange = TextIterator::rangeFromLocationAndLength(toContainerNode(scope), startIndex, 0, true);
289 endRange = TextIterator::rangeFromLocationAndLength(toContainerNode(scope), endIndex, 0, true);
    [all...]

Completed in 2995 milliseconds

<<31323334353637383940>>