Home
last modified time | relevance | path

Searched defs:scope_info (Results 26 - 38 of 38) sorted by relevance

12

/third_party/node/deps/v8/src/heap/
H A Dfactory-base.cc829 ScopeInfo scope_info = ScopeInfo::cast(obj); in NewScopeInfo() local
H A Dfactory.cc1192 NewScriptContext(Handle<NativeContext> outer, Handle<ScopeInfo> scope_info) NewScriptContext() argument
1217 NewModuleContext(Handle<SourceTextModule> module, Handle<NativeContext> outer, Handle<ScopeInfo> scope_info) NewModuleContext() argument
1233 NewFunctionContext(Handle<Context> outer, Handle<ScopeInfo> scope_info) NewFunctionContext() argument
1256 NewCatchContext(Handle<Context> previous, Handle<ScopeInfo> scope_info, Handle<Object> thrown_object) NewCatchContext() argument
1274 NewDebugEvaluateContext(Handle<Context> previous, Handle<ScopeInfo> scope_info, Handle<JSReceiver> extension, Handle<Context> wrapped) NewDebugEvaluateContext() argument
1299 NewWithContext(Handle<Context> previous, Handle<ScopeInfo> scope_info, Handle<JSReceiver> extension) NewWithContext() argument
1316 NewBlockContext(Handle<Context> previous, Handle<ScopeInfo> scope_info) NewBlockContext() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc2521 TNode<ScopeInfo> scope_info = CAST(LoadConstantPoolEntryAtOperandIndex(0)); in IGNITION_HANDLER() local
2533 TNode<ScopeInfo> scope_info = CAST(LoadConstantPoolEntryAtOperandIndex(1)); in IGNITION_HANDLER() local
2545 TNode<ScopeInfo> scope_info = CAST(LoadConstantPoolEntry(scope_info_idx)); in IGNITION_HANDLER() local
2559 TNode<ScopeInfo> scope_info = CAST(LoadConstantPoolEntry(scope_info_idx)); in IGNITION_HANDLER() local
2574 TNode<ScopeInfo> scope_info = CAST(LoadConstantPoolEntryAtOperandIndex(1)); in IGNITION_HANDLER() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dscope-info.cc197 ScopeInfo scope_info = *scope_info_handle; in Create() local
429 Handle<ScopeInfo> scope_info = factory->NewScopeInfo(length); CreateForWithScope() local
502 Handle<ScopeInfo> scope_info = CreateForBootstrapping() local
629 Handle<ScopeInfo> scope_info = isolate->factory()->NewScopeInfo(length); RecreateWithBlockList() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dheap-refs.cc1693 ScopeInfoRef NativeContextRef::scope_info() const { in scope_info() function in v8::internal::compiler::NativeContextRef
2196 ScopeInfoRef SharedFunctionInfoRef::scope_info() const { in scope_info() function in v8::internal::compiler::SharedFunctionInfoRef
H A Djs-typed-lowering.cc1369 Node* const scope_info = effect = graph()->NewNode( in ReduceJSHasContextExtension() local
H A Dbytecode-graph-builder.cc1760 ScopeInfoRef scope_info = shared_info_.scope_info(); in TryGetScopeInfo() local
1778 ScopeInfoRef scope_info = maybe_scope_info.value(); in CheckContextExtensions() local
2193 ScopeInfoRef scope_info = MakeRefForConstantForIndexOperand<ScopeInfo>(0); VisitCreateBlockContext() local
2200 ScopeInfoRef scope_info = MakeRefForConstantForIndexOperand<ScopeInfo>(0); VisitCreateFunctionContext() local
2209 ScopeInfoRef scope_info = MakeRefForConstantForIndexOperand<ScopeInfo>(0); VisitCreateEvalContext() local
2220 ScopeInfoRef scope_info = MakeRefForConstantForIndexOperand<ScopeInfo>(1); VisitCreateCatchContext() local
2230 ScopeInfoRef scope_info = MakeRefForConstantForIndexOperand<ScopeInfo>(1); VisitCreateWithContext() local
[all...]
/third_party/node/deps/v8/src/ast/
H A Dscopes.cc178 ModuleScope::ModuleScope(Handle<ScopeInfo> scope_info, in ModuleScope() argument
194 ClassScope(IsolateT* isolate, Zone* zone, AstValueFactory* ast_value_factory, Handle<ScopeInfo> scope_info) ClassScope() argument
238 Scope(Zone* zone, ScopeType scope_type, AstValueFactory* ast_value_factory, Handle<ScopeInfo> scope_info) Scope() argument
271 DeclarationScope(Zone* zone, ScopeType scope_type, AstValueFactory* ast_value_factory, Handle<ScopeInfo> scope_info) DeclarationScope() argument
289 Scope(Zone* zone, const AstRawString* catch_variable_name, MaybeAssignedFlag maybe_assigned, Handle<ScopeInfo> scope_info) Scope() argument
417 DeserializeScopeChain(IsolateT* isolate, Zone* zone, ScopeInfo scope_info, DeclarationScope* script_scope, AstValueFactory* ast_value_factory, DeserializationMode deserialization_mode) DeserializeScopeChain() argument
962 ScopeInfo scope_info = *scope_info_; LookupInScopeInfo() local
2812 Handle<ScopeInfo> scope_info = maybe_scope_info.ToHandleChecked(); FinalizeReparsedClassScope() local
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc2379 void PrintScopeInfoList(ScopeInfo scope_info, std::ostream& os, in PrintScopeInfoList() argument
/third_party/node/deps/v8/src/execution/
H A Dframes.cc2301 ScopeInfo scope_info = shared->scope_info(); in Print() local
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc1300 ScopeInfo scope_info = context.scope_info(); in ExtractContextReferences() local
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc1274 Handle<ScopeInfo> scope_info = in InstallGlobalThisBinding() local
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc3406 TNode<ScopeInfo> scope_info = in ScriptContextTableLookup() local

Completed in 62 milliseconds

12