/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
WorkerScriptController.cpp | 105 v8::Context::Scope scope(context); 150 v8::Context::Scope scope(context);
|
DebuggerScript.js | 73 var scopeMirror = mirror.scope(i); 106 var scopeMirror = scopeHolder.scope(scopeIndex); 108 throw new Error("Incorrect scope index"); 330 var scopeMirror = frameMirror.scope(i); 397 // Reset scope object prototype to null so that the proto properties 398 // don't appear in the local scope section.
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
TextIterator.h | 120 static PassRefPtr<Range> rangeFromLocationAndLength(ContainerNode* scope, int rangeLocation, int rangeLength, bool spacesForReplacedElements = false); 121 static bool getLocationAndLengthFromRange(Node* scope, const Range*, size_t& location, size_t& length);
|
htmlediting.h | 182 int indexForVisiblePosition(const VisiblePosition&, RefPtr<ContainerNode>& scope); 183 VisiblePosition visiblePositionForIndex(int index, ContainerNode* scope);
|
TextIterator.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
Internals.idl | 40 [RaisesException] unsigned long numberOfScopedHTMLStyleChildren(Node scope); 123 [RaisesException] Range rangeFromLocationAndLength(Element scope, long rangeLocation, long rangeLength); 124 [RaisesException] unsigned long locationFromRange(Element scope, Range range); 125 [RaisesException] unsigned long lengthFromRange(Element scope, Range range);
|
Internals.cpp | 577 size_t Internals::numberOfScopedHTMLStyleChildren(const Node* scope, ExceptionState& es) const 579 if (scope && (scope->isElementNode() || scope->isShadowRoot())) 580 return scope->numberOfScopedHTMLStyleChildren(); [all...] |
/external/chromium_org/third_party/WebKit/Tools/qunit/test/ |
test.js | 140 module("save scope", { 148 test("scope check", function() { 157 test("scope check", function() { 173 test("scope check", function() {
|
/external/chromium_org/tools/gn/ |
function_exec_script.cc | 175 Value RunExecScript(Scope* scope, 185 const Settings* settings = scope->settings();
|
/external/chromium_org/v8/src/ |
accessors.cc | 112 HandleScope scope(isolate); 314 HandleScope scope(isolate); 387 HandleScope scope(raw_script->GetIsolate()); 462 HandleScope scope(isolate); 486 HandleScope scope(isolate); 536 HandleScope scope(isolate); 614 HandleScope scope(isolate); 737 HandleScope scope(isolate);
|
/external/chromium_org/v8/test/cctest/ |
test-alloc.cc | 98 v8::HandleScope scope(v8::Isolate::GetCurrent()); 122 v8::HandleScope scope(v8::Isolate::GetCurrent());
|
/external/chromium_org/v8/test/webkit/ |
resolve-arguments-from-scope.js | 25 "Tests that doing repeated resolves of 'arguments' from some nested scope doesn't crash."
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
IntelJITEventListener.cpp | 163 MDNode *scope = I->Loc.getScope( local 166 Filenames.getFullPath(scope));
|
/external/v8/src/ |
scopes.h | 47 Variable* Declare(Scope* scope, 59 // The dynamic scope part holds hash maps for the variables that will 61 // are allocated on-demand from Scope::NonLocal to avoid wasting memory 85 class Scope: public ZoneObject { 90 Scope(Scope* outer_scope, ScopeType type); 92 // Compute top scope and allocate variables. For lazy compilation the top 93 // scope only contains the single lazily compiled function, so this 97 static Scope* DeserializeScopeChain(Context* context, Scope* global_scope) [all...] |
liveedit.cc | 207 // place one in class scope). 690 HandleScope scope; local 764 HandleScope scope; local 798 HandleScope scope; local 809 HandleScope scope; local 825 // Saves full information about a function: its code, its scope info 827 void FunctionInfo(Handle<SharedFunctionInfo> shared, Scope* scope) { 838 Handle<Object> scope_info_list(SerializeFunctionScope(scope)); 845 Object* SerializeFunctionScope(Scope* scope) 910 HandleScope scope; local 1076 HandleScope scope; local 1123 HandleScope scope; local [all...] |
/external/v8/test/cctest/ |
test-alloc.cc | 126 v8::HandleScope scope; local 148 v8::HandleScope scope; local
|
/frameworks/base/media/java/android/media/ |
MediaDrm.java | 352 * @param scope may be a sessionId or a keySetId, depending on the specified keyType. 354 * scope should be set to the sessionId the keys will be provided to. When the keyType 355 * is KEY_TYPE_RELEASE, scope should be set to the keySetId of the keys 372 public native KeyRequest getKeyRequest(byte[] scope, byte[] init, 386 * @param scope may be a sessionId or keySetId depending on the type of the 387 * response. Scope should be set to the sessionId when the response is for either 388 * streaming or offline key requests. Scope should be set to the keySetId when 398 public native byte[] provideKeyResponse(byte[] scope, byte[] response)
|
/external/chromium_org/v8/src/arm/ |
builtins-arm.cc | 266 FrameScope scope(masm, StackFrame::INTERNAL); 286 FrameScope scope(masm, StackFrame::INTERNAL); 310 FrameScope scope(masm, StackFrame::INTERNAL); 338 FrameScope scope(masm, StackFrame::INTERNAL); 377 FrameScope scope(masm, StackFrame::CONSTRUCT); 726 FrameScope scope(masm, StackFrame::INTERNAL); 800 FrameScope scope(masm, StackFrame::INTERNAL); 829 FrameScope scope(masm, StackFrame::INTERNAL); 866 FrameScope scope(masm, StackFrame::MANUAL); 890 FrameScope scope(masm, StackFrame::INTERNAL) [all...] |
/external/chromium_org/v8/src/mips/ |
builtins-mips.cc | 274 FrameScope scope(masm, StackFrame::INTERNAL); 294 FrameScope scope(masm, StackFrame::INTERNAL); 318 FrameScope scope(masm, StackFrame::INTERNAL); 346 FrameScope scope(masm, StackFrame::INTERNAL); 392 FrameScope scope(masm, StackFrame::CONSTRUCT); 749 FrameScope scope(masm, StackFrame::INTERNAL); 820 FrameScope scope(masm, StackFrame::INTERNAL); 850 FrameScope scope(masm, StackFrame::INTERNAL); 896 FrameScope scope(masm, StackFrame::MANUAL); 920 FrameScope scope(masm, StackFrame::INTERNAL) [all...] |
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_context_impl.cc | 223 scoped_ptr<ListValue> scope(new ListValue()); 225 transaction->scope().begin(); 226 scope_it != transaction->scope().end(); 231 scope->AppendString(it->second.name); 234 transaction_info->Set("scope", scope.release());
|
/external/v8/src/arm/ |
full-codegen-arm.cc | 160 int receiver_offset = info->scope()->num_parameters() * kPointerSize; 166 // Open a frame scope to indicate that there is a frame on the stack. The 167 // MANUAL indicates that the scope shouldn't actually generate code to set up 171 int locals_count = info->scope()->num_stack_slots(); 191 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; 207 int num_parameters = info->scope()->num_parameters(); 209 Variable* var = scope()->parameter(i); 226 Variable* arguments = scope()->arguments(); 237 int num_parameters = info->scope()->num_parameters(); 268 if (scope()->HasIllegalRedeclaration()) [all...] |
/external/v8/src/mips/ |
full-codegen-mips.cc | 167 int receiver_offset = info->scope()->num_parameters() * kPointerSize; 173 // Open a frame scope to indicate that there is a frame on the stack. The 174 // MANUAL indicates that the scope shouldn't actually generate code to set up 178 int locals_count = info->scope()->num_stack_slots(); 198 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; 214 int num_parameters = info->scope()->num_parameters(); 216 Variable* var = scope()->parameter(i); 233 Variable* arguments = scope()->arguments(); 244 int num_parameters = info->scope()->num_parameters(); 275 if (scope()->HasIllegalRedeclaration()) [all...] |
/external/v8/src/ia32/ |
full-codegen-ia32.cc | 149 int receiver_offset = (info->scope()->num_parameters() + 1) * kPointerSize; 159 // Open a frame scope to indicate that there is a frame on the stack. The 160 // MANUAL indicates that the scope shouldn't actually generate code to set up 170 int locals_count = info->scope()->num_stack_slots(); 184 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; 201 int num_parameters = info->scope()->num_parameters(); 203 Variable* var = scope()->parameter(i); 222 Variable* arguments = scope()->arguments(); 232 int num_parameters = info->scope()->num_parameters(); 262 if (scope()->HasIllegalRedeclaration()) [all...] |
/external/v8/src/x64/ |
full-codegen-x64.cc | 167 int receiver_offset = (info->scope()->num_parameters() + 1) * kPointerSize; 173 // Open a frame scope to indicate that there is a frame on the stack. The 174 // MANUAL indicates that the scope shouldn't actually generate code to set up 184 int locals_count = info->scope()->num_stack_slots(); 198 int heap_slots = info->scope()->num_heap_slots() - Context::MIN_CONTEXT_SLOTS; 215 int num_parameters = info->scope()->num_parameters(); 217 Variable* var = scope()->parameter(i); 234 Variable* arguments = scope()->arguments(); 245 int num_parameters = info->scope()->num_parameters(); 275 if (scope()->HasIllegalRedeclaration()) [all...] |
/external/clang/lib/CodeGen/ |
CGCleanup.cpp | 14 // control transfers out of a particular scope. This can be 95 /// Push an entry of the given size onto this protected-scope stack. 161 EHCleanupScope *Scope = 174 return Scope->getCleanupBuffer(); 221 EHCatchScope *scope = local 224 return scope; 378 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); 380 // As long as Old strictly encloses the scope's enclosing normal 384 Old.strictlyEncloses(Scope.getEnclosingNormalCleanup()); 418 EHCleanupScope &Scope) { 1020 EHScope &scope = *EHStack.find(i); local [all...] |