/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8GCController.cpp | 345 v8::HandleScope scope(isolate); 358 v8::HandleScope scope(isolate); 395 v8::HandleScope scope(isolate); 419 v8::Context::Scope contextScope(context);
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
InsertListCommand.cpp | 156 RefPtr<ContainerNode> scope; local 157 int indexForEndOfSelection = indexForVisiblePosition(endOfSelection, scope); 160 endOfSelection = visiblePositionForIndex(indexForEndOfSelection, scope.get());
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
Internals.h | 164 PassRefPtr<Range> rangeFromLocationAndLength(Element* scope, int rangeLocation, int rangeLength, ExceptionState&); 165 unsigned locationFromRange(Element* scope, const Range*, ExceptionState&); 166 unsigned lengthFromRange(Element* scope, const Range*, ExceptionState&);
|
/external/chromium_org/v8/src/ |
compiler.h | 78 Scope* scope() const { return scope_; } function in class:v8::internal::CompilationInfo 79 Scope* global_scope() const { return global_scope_; } 168 void SetScope(Scope* scope) { 170 scope_ = scope; 172 void SetGlobalScope(Scope* global_scope) { 378 // The scope of the function literal as a convenience. Set to indicate 380 Scope* scope_; 381 // The global scope provided as a convenience [all...] |
liveedit.cc | 210 // place one in class scope). 718 HandleScope scope(isolate()); 800 HandleScope scope(isolate()); 834 HandleScope scope(isolate()); 846 HandleScope scope(isolate()); 864 // Saves full information about a function: its code, its scope info 866 void FunctionInfo(Handle<SharedFunctionInfo> shared, Scope* scope, 878 Handle<Object> scope_info_list(SerializeFunctionScope(scope, zone), 888 Object* SerializeFunctionScope(Scope* scope, Zone* zone) [all...] |
preparser.h | 165 Scope top_scope(&scope_, kTopLevelScope); 478 class Scope { 480 Scope(Scope** variable, ScopeType type) 492 ~Scope() { *variable_ = prev_; } 513 explicit InsideWith(Scope* scope) : scope_(scope) { 514 scope->with_nesting_count_++; 520 Scope* scope_ [all...] |
bootstrapper.h | 70 HandleScope scope(isolate);
|
gdb-jit.cc | 1103 Scope* scope = desc_->info()->scope(); local 1123 int params = scope->num_parameters(); 1124 int slots = scope->num_stack_slots(); 1125 int context_slots = scope->ContextLocalCount(); 1128 int locals = scope->StackLocalCount(); 1134 *scope->parameter(param)->name()->ToCString(DISALLOW_NULLS)); 1179 ZoneList<Variable*> stack_locals(locals, scope->zone()); 1180 ZoneList<Variable*> context_locals(context_slots, scope->zone()) 1324 Scope* scope = desc_->info()->scope(); local [all...] |
json-parser.h | 323 HandleScope scope(isolate()); 465 return scope.CloseAndEscape(json_object); 471 HandleScope scope(isolate()); 495 return scope.CloseAndEscape(json_array);
|
sampler.cc | 628 ExternalCallbackScope* scope = isolate->external_callback_scope(); local 630 // If there is a handler on top of the external callback scope then 633 if (scope && scope->scope_address() < handler) { 634 external_callback = scope->callback();
|
scopeinfo.h | 146 Isolate* isolate, Interface* interface, Scope* scope);
|
/external/llvm/tools/gold/ |
gold-plugin.cpp | 299 int scope = attrs & LTO_SYMBOL_SCOPE_MASK; local 300 switch (scope) { 312 (*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_;
|
/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_;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_parser.py | 35 scope = {} 36 exec code in scope 37 self.assertIsInstance(scope["x"], unicode)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_parser.py | 35 scope = {} 36 exec code in scope 37 self.assertIsInstance(scope["x"], unicode)
|
/art/runtime/ |
common_throws.h | 136 void ThrowNoSuchFieldError(const StringPiece& scope, mirror::Class* c,
|
/external/chromium_org/base/debug/ |
trace_event_memory_unittest.cc | 92 // Ended scope 2. 96 // Ended scope 1. 105 ScopedTraceMemory scope(kCategory);
|
/external/chromium_org/chrome/renderer/extensions/ |
chrome_v8_context.cc | 80 v8::Context::Scope scope(v8_context());
|
/external/chromium_org/remoting/client/plugin/ |
chromoting_instance.h | 173 const std::string& scope,
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
RuleSet.h | 161 void addChildRules(const Vector<RefPtr<StyleRuleBase> >&, const MediaQueryEvaluator& medium, StyleResolver*, const ContainerNode* scope, bool hasDocumentSecurityOrigin, AddRuleFlags);
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Attr.cpp | 115 EventQueueScope scope; local
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTableCellElement.cpp | 158 String HTMLTableCellElement::scope() const function in class:WebCore::HTMLTableCellElement
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_rhapsody.h | 194 PRThreadScope scope,
|
/external/chromium_org/v8/test/cctest/ |
test-assembler-mips.cc | 53 HandleScope scope(isolate); 79 HandleScope scope(isolate); 118 HandleScope scope(isolate); 260 HandleScope scope(isolate); 350 HandleScope scope(isolate); 407 HandleScope scope(isolate); 475 HandleScope scope(isolate); 548 HandleScope scope(isolate); 626 HandleScope scope(isolate); 731 HandleScope scope(isolate) [all...] |