/external/webkit/Source/WebCore/bindings/v8/ |
V8DOMMap.cpp | 95 v8::HandleScope scope; local 117 v8::HandleScope scope; local 132 v8::HandleScope scope; local 147 v8::HandleScope scope; local 164 v8::HandleScope scope; local
|
V8HiddenPropertyName.cpp | 50 v8::HandleScope scope; local
|
DOMDataStore.cpp | 139 v8::HandleScope scope; local 146 v8::HandleScope scope; local 180 v8::HandleScope scope; local
|
ScriptHeapSnapshot.cpp | 50 v8::HandleScope scope; local
|
/external/webkit/Source/WebCore/inspector/front-end/ |
ScopeChainSidebarPane.js | 28 WebInspector.SidebarPane.call(this, WebInspector.UIString("Scope Variables")); 62 var scope = scopeChain[i]; 64 var subtitle = scope.object.description; 68 switch (scope.type) { 74 if (scope.this) 75 extraProperties = [ new WebInspector.RemoteObjectProperty("this", WebInspector.RemoteObject.fromPayload(scope.this)) ]; 96 var section = new WebInspector.ObjectPropertiesSection(WebInspector.RemoteObject.fromPayload(scope.object), title, subtitle, emptyPlaceholder, true, extraProperties, WebInspector.ScopeVariableTreeElement); 100 if (!foundLocalScope || scope.type === "local" || title in this._expandedSections)
|
/hardware/ril/mock-ril/src/cpp/ |
node_util.cpp | 24 v8::HandleScope scope; local 52 v8::HandleScope scope; local 54 if (!len) return scope.Close(v8::String::Empty()); 65 return scope.Close(chunk); 70 return scope.Close(chunk); 75 v8::HandleScope scope; local 100 v8::HandleScope scope; local
|
node_buffer.cpp | 165 HandleScope scope; local 177 HandleScope scope; local 301 HandleScope scope; local 311 return scope.Close(b); 317 HandleScope scope; local 334 return scope.Close(string); 340 HandleScope scope; local 346 return scope.Close(string); 352 HandleScope scope; local 357 return scope.Close(slice) 364 HandleScope scope; local 420 HandleScope scope; local 461 HandleScope scope; local 493 HandleScope scope; local 533 HandleScope scope; local 594 HandleScope scope; local 614 HandleScope scope; local [all...] |
/external/mesa3d/src/mesa/program/ |
symbol_table.c | 32 * The linked list of symbols with the same name is ordered by scope 39 * Link to the next symbol in the table with the same scope 41 * The linked list of symbols with the same scope is unordered. Symbols 57 * exist in the same name space at the same scope level. 61 /** Scope depth where this symbol was defined. */ 86 * Element of the scope stack. 89 /** Link to next (inner) scope level. */ 92 /** Linked list of symbols with the same scope. */ 104 /** Top of scope stack. */ 110 /** Current scope depth. * 137 struct scope_level *scope; local 161 struct scope_level *const scope = table->current_scope; local 189 struct scope_level *const scope = calloc(1, sizeof(*scope)); local [all...] |
/external/v8/test/mjsunit/ |
global-load-from-eval-in-with.js | 38 // Test shadowing in eval scope. 42 // Test shadowing in local scope inside an eval scope. 46 // Test shadowing in local scope inside an eval scope. Deeper nesting 51 // Test shadowing in local scope inside an eval scope with eval calls in the eval scopes. 55 // Test shadowing in local scope inside an eval scope with eval calls
|
debug-scopes.js | 80 // Check that the scope chain contains the expected types of scopes. 84 var scope = exec_state.frame().scope(i); 85 assertTrue(scope.isScope()); 86 assertEquals(scopes[i], scope.scopeType()); 88 // Check the global object when hitting the global scope. 90 assertEquals(this, scope.scopeObject().value()); 116 assertTrue(found, "Scope object " + response.body.scopes[i].object.ref + " not found"); 121 // Check that the content of the scope is as expected. For functions just check 124 var scope = exec_state.frame().scope(number [all...] |
/external/v8/src/ |
prettyprinter.h | 73 void PrintParameters(Scope* scope); 101 void PrintParameters(Scope* scope); 151 void set_tag(TagScope* scope) { top_tag_scope_ = scope; } 156 void set_attributes(AttributesScope* scope) { attributes_scope_ = scope; } 203 // nested so the builder keeps an optional single scope rather than a
|
variables.cc | 89 Variable::Variable(Scope* scope, 94 : scope_(scope),
|
scopes.cc | 85 Variable* VariableMap::Declare(Scope* scope, 94 p->value = new Variable(scope, name, mode, is_valid_lhs, kind); 112 // Implementation of Scope 116 Scope::Scope(Type type) 128 Scope::Scope(Scope* outer_scope, Type type) 137 // eval scopes (by walking the stack and reading the scope info) 217 Scope* scope = NULL; local [all...] |
/external/webkit/Source/WebCore/bindings/scripts/test/V8/ |
V8TestCallback.cpp | 66 v8::Context::Scope scope(v8Context); 86 v8::Context::Scope scope(v8Context); 113 v8::Context::Scope scope(v8Context); 146 v8::Context::Scope scope(v8Context);
|
/external/webkit/Source/WebCore/css/ |
MediaQueryListListener.cpp | 44 v8::Context::Scope scope(context);
|
/external/webkit/Source/WebCore/html/ |
HTMLTableCellElement.h | 49 String scope() const;
|
HTMLTableCellElement.idl | 36 attribute [Reflect] DOMString scope;
|
/external/webkit/Source/JavaScriptCore/interpreter/ |
CachedCall.h | 41 , m_globalObjectScope(callFrame->globalData(), function->scope()->globalObject.get()) 44 m_closure = m_interpreter->prepareForRepeatCall(function->jsExecutable(), callFrame, function, argCount, function->scope());
|
/external/v8/test/cctest/ |
test-compiler.cc | 70 v8::HandleScope scope; local 92 v8::HandleScope scope; local 97 v8::HandleScope scope; local 150 v8::HandleScope scope; local 171 v8::HandleScope scope; local 191 v8::HandleScope scope; local 212 v8::HandleScope scope; local 219 v8::HandleScope scope; local 234 v8::HandleScope scope; local 266 v8::HandleScope scope; local 289 v8::HandleScope scope; local 321 v8::HandleScope scope; local 333 v8::HandleScope scope; local 393 v8::HandleScope scope; local [all...] |
test-decls.cc | 112 HandleScope scope; 134 HandleScope scope; local 205 HandleScope scope; local 260 HandleScope scope; local 314 HandleScope scope; local 404 HandleScope scope; local 494 HandleScope scope; local 522 HandleScope scope; local 584 HandleScope scope; local
|
test-deoptimization.cc | 109 v8::HandleScope scope; local 149 v8::HandleScope scope; local 190 v8::HandleScope scope; local 217 v8::HandleScope scope; local 245 v8::HandleScope scope; local 275 v8::HandleScope scope; local 315 v8::HandleScope scope; local 346 v8::HandleScope scope; local 439 v8::HandleScope scope; local 453 v8::HandleScope scope; local 467 v8::HandleScope scope; local 481 v8::HandleScope scope; local 495 v8::HandleScope scope; local 509 v8::HandleScope scope; local 554 v8::HandleScope scope; local 636 v8::HandleScope scope; local [all...] |
/external/skia/src/animator/ |
SkDisplayList.cpp | 88 if (apply->scope == match) 90 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index)) 94 SkDrawable* scope = *ptr; local 95 if (scope == match) 97 //perhaps should call SearchGroupForMatch here as well (on scope)
|
/prebuilt/common/ecj/ |
ecj.jar | |
/external/chromium/third_party/libjingle/source/talk/base/ |
firewallsocketserver.cc | 163 CritScope scope(&crit_); 168 CritScope scope(&crit_); 175 CritScope scope(&crit_); 219 CritScope scope(&crit_); 224 CritScope scope(&crit_); 231 CritScope scope(&crit_); 239 CritScope scope(&crit_);
|
/external/clang/test/CXX/temp/ |
p3.cpp | 12 expected-error {{cannot name the global scope}} \
|