Searched refs:Scope (Results 101 - 125 of 427) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptState.h27 class Scope { class in class:blink::ScriptState
29 // You need to make sure that scriptState->context() is not empty before creating a Scope.
30 explicit Scope(ScriptState* scriptState) function in class:blink::ScriptState::Scope
38 ~Scope()
H A DScheduledAction.cpp98 ScriptState::Scope scope(m_scriptState.get());
117 ScriptState::Scope scope(m_scriptState.get());
H A DScriptRegexp.cpp43 v8::Context::Scope contextScope(V8PerIsolateData::from(isolate)->ensureScriptRegexpContext());
75 v8::Context::Scope contextScope(V8PerIsolateData::from(isolate)->ensureScriptRegexpContext());
H A DScriptPromiseResolver.cpp58 ScriptState::Scope scope(m_scriptState.get());
H A DV8MutationCallback.cpp57 ScriptState::Scope scope(m_scriptState.get());
/external/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h29 class Scope;
234 /// \param S the Scope of the identifier occurrence.
237 bool LookupUnqualified(LookupResult &R, Scope *S) override;
345 int LookupKind, Scope *S, CXXScopeSpec *SS,
H A DTemplate.h307 static void deleteScopes(LocalInstantiationScope *Scope,
309 while (Scope && Scope != Outermost) {
310 LocalInstantiationScope *Out = Scope->Outer;
311 delete Scope;
312 Scope = Out;
/external/llvm/include/llvm/CodeGen/
H A DLexicalScopes.h122 bool AbstractScope; // Abstract Scope
209 LexicalScope *getOrCreateRegularScope(MDNode *Scope);
212 LexicalScope *getOrCreateInlinedScope(MDNode *Scope, MDNode *InlinedAt);
218 void constructScopeNest(LexicalScope *Scope);
/external/chromium_org/gin/
H A Dshell_runner.cc50 v8::Isolate::Scope isolate_scope(isolate);
59 v8::Context::Scope scope(context);
H A Dshell_runner.h43 // context by creating an instance of Runner::Scope on the stack.
55 friend class Scope;
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DJsContext.cpp76 Context::Scope contextScope(context);
119 Context::Scope contextScope(context);
/external/chromium_org/tools/gn/
H A Dloader.h126 const Scope::KeyValueMap& toolchain_overrides);
135 const Scope::KeyValueMap& toolchain_overrides,
H A Dparse_tree_unittest.cc33 // Define a as a Scope. It should still fail because b isn't defined.
36 Value(NULL, scoped_ptr<Scope>(new Scope(setup.scope()))), NULL);
H A Dfunction_process_file_template.cc60 Value RunProcessFileTemplate(Scope* scope,
H A Dstring_utils_unittest.cc16 Scope scope(static_cast<const Settings*>(NULL));
/external/chromium_org/v8/src/
H A Dprettyprinter.h51 void PrintParameters(Scope* scope);
81 void PrintParameters(Scope* scope);
/external/skia/experimental/SkV8Example/
H A DJsContext.cpp76 Context::Scope contextScope(context);
119 Context::Scope contextScope(context);
/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp19 #include "clang/Sema/Scope.h"
266 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope,
277 ParseScope ClassScope(this, Scope::ClassScope|Scope::DeclScope,
294 ParseScope TemplateScope(this, Scope::TemplateParamScope, LM.TemplateScope);
305 ParseScope PrototypeScope(this, Scope::FunctionPrototypeScope |
306 Scope::FunctionDeclarationScope | Scope::DeclScope);
379 ParseScope ClassTemplateScope(this, Scope::TemplateParamScope, HasTemplateScope);
386 ParseScope ClassScope(this, Scope
[all...]
/external/chromium_org/base/test/
H A Dhistogram_tester_unittest.cc21 TEST_F(HistogramTesterTest, Scope) {
/external/chromium_org/content/renderer/
H A Dgin_browsertest.cc67 v8::Context::Scope context_scope(
/external/chromium_org/content/shell/renderer/
H A Dbinding_helpers.h29 v8::Context::Scope context_scope(context);
H A Dgc_controller.cc26 v8::Context::Scope context_scope(context);
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
H A DV8CustomSQLStatementErrorCallback.cpp51 ScriptState::Scope scope(m_scriptState.get());
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dcallback_interface.cpp39 ScriptState::Scope scope(m_scriptState.get());
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DServiceWorkerContainerTest.cpp179 ScriptState::Scope scriptScope(scriptState());
193 ScriptState::Scope scriptScope(scriptState());
320 ScriptState::Scope scriptScope(scriptState());
343 ScriptState::Scope scriptScope(scriptState());

Completed in 6961 milliseconds

1234567891011>>