| /third_party/node/deps/v8/src/heap/ |
| H A D | factory-base.cc | 829 ScopeInfo scope_info = ScopeInfo::cast(obj); in NewScopeInfo() local
|
| H A D | factory.cc | 1192 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 D | interpreter-generator.cc | 2521 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 D | scope-info.cc | 197 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 D | heap-refs.cc | 1693 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 D | js-typed-lowering.cc | 1369 Node* const scope_info = effect = graph()->NewNode( in ReduceJSHasContextExtension() local
|
| H A D | bytecode-graph-builder.cc | 1760 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 D | scopes.cc | 178 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 D | objects-printer.cc | 2379 void PrintScopeInfoList(ScopeInfo scope_info, std::ostream& os, in PrintScopeInfoList() argument
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | frames.cc | 2301 ScopeInfo scope_info = shared->scope_info(); in Print() local
|
| /third_party/node/deps/v8/src/profiler/ |
| H A D | heap-snapshot-generator.cc | 1300 ScopeInfo scope_info = context.scope_info(); in ExtractContextReferences() local
|
| /third_party/node/deps/v8/src/init/ |
| H A D | bootstrapper.cc | 1274 Handle<ScopeInfo> scope_info = in InstallGlobalThisBinding() local
|
| /third_party/node/deps/v8/src/ic/ |
| H A D | accessor-assembler.cc | 3406 TNode<ScopeInfo> scope_info = in ScriptContextTableLookup() local
|