/third_party/node/deps/v8/src/objects/ |
D | contexts-inl.h | 31 OBJECT_CONSTRUCTORS_IMPL(ScriptContextTable, FixedArray) in OBJECT_CONSTRUCTORS_IMPL() argument 32 CAST_ACCESSOR(ScriptContextTable) in OBJECT_CONSTRUCTORS_IMPL() 34 int ScriptContextTable::used(AcquireLoadTag tag) const { in OBJECT_CONSTRUCTORS_IMPL() 38 void ScriptContextTable::set_used(int used, ReleaseStoreTag tag) { in set_used() 42 ACCESSORS(ScriptContextTable, names_to_context_index, NameToIndexHashTable, in ACCESSORS() argument 46 Handle<Context> ScriptContextTable::GetContext(Isolate* isolate, in ACCESSORS() 47 Handle<ScriptContextTable> table, in ACCESSORS() 52 Context ScriptContextTable::get_context(int i) const { in get_context() 57 Context ScriptContextTable::get_context(int i, AcquireLoadTag tag) const { in get_context() 289 ScriptContextTable script_context_table) { in synchronized_set_script_context_table() [all …]
|
D | contexts.cc | 17 void ScriptContextTable::AddLocalNamesFromContext( in AddLocalNamesFromContext() 18 Isolate* isolate, Handle<ScriptContextTable> script_context_table, in AddLocalNamesFromContext() 42 Handle<ScriptContextTable> ScriptContextTable::Extend( in Extend() 43 Isolate* isolate, Handle<ScriptContextTable> table, in Extend() 45 Handle<ScriptContextTable> result; in Extend() 54 result = Handle<ScriptContextTable>::cast(copy); in Extend() 59 ScriptContextTable::AddLocalNamesFromContext(isolate, result, script_context, in Extend() 76 bool ScriptContextTable::Lookup(Handle<String> name, in Lookup() 243 ScriptContextTable script_contexts = in Lookup()
|
D | contexts.h | 266 V(SCRIPT_CONTEXT_TABLE_INDEX, ScriptContextTable, script_context_table) \ 383 class ScriptContextTable : public FixedArray { 385 DECL_CAST(ScriptContextTable) 390 Handle<ScriptContextTable> table, 399 Isolate* isolate, Handle<ScriptContextTable> script_context_table, 412 V8_EXPORT_PRIVATE static Handle<ScriptContextTable> Extend( 413 Isolate* isolate, Handle<ScriptContextTable> table, 423 OBJECT_CONSTRUCTORS(ScriptContextTable, FixedArray); 732 ScriptContextTable script_context_table); 733 inline ScriptContextTable synchronized_script_context_table() const;
|
D | object-list-macros.h | 55 class ScriptContextTable; variable 210 V(ScriptContextTable) \
|
/third_party/node/deps/v8/src/compiler/ |
D | heap-refs.h | 32 class ScriptContextTable; variable 95 BACKGROUND_SERIALIZED(ScriptContextTable) \ 560 V(ScriptContextTable, script_context_table) 816 DEFINE_REF_CONSTRUCTOR(ScriptContextTable, FixedArrayRef) 818 Handle<ScriptContextTable> object() const;
|
D | heap-refs.cc | 870 Handle<ScriptContextTable> object, ObjectDataKind kind) in ScriptContextTableData()
|
/third_party/node/deps/v8/src/execution/ |
D | execution.cc | 207 Handle<ScriptContextTable> script_context( in NewScriptContext() 217 Handle<Context> context = ScriptContextTable::GetContext( in NewScriptContext() 270 Handle<ScriptContextTable> new_script_context_table = in NewScriptContext() 271 ScriptContextTable::Extend(isolate, script_context, result, in NewScriptContext()
|
/third_party/node/deps/v8/src/debug/ |
D | debug-scopes.cc | 737 Handle<ScriptContextTable> script_contexts( in VisitScriptScope() 743 Handle<Context> context = ScriptContextTable::GetContext( in VisitScriptScope() 1095 Handle<ScriptContextTable> script_contexts( in SetScriptVariableValue() 1100 Handle<Context> script_context = ScriptContextTable::GetContext( in SetScriptVariableValue()
|
D | debug-interface.cc | 1079 i::Handle<i::ScriptContextTable> table( in GlobalLexicalScopeNames() 1084 i::ScriptContextTable::GetContext(isolate, table, i); in GlobalLexicalScopeNames()
|
/third_party/node/deps/v8/src/runtime/ |
D | runtime-scopes.cc | 54 Handle<ScriptContextTable> script_contexts( in DeclareGlobal() 875 Handle<ScriptContextTable> script_contexts( in RUNTIME_FUNCTION() 881 Handle<Context> script_context = ScriptContextTable::GetContext( in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/heap/ |
D | factory.h | 64 class ScriptContextTable; variable 347 Handle<ScriptContextTable> NewScriptContextTable();
|
D | factory.cc | 1207 Handle<ScriptContextTable> Factory::NewScriptContextTable() { in NewScriptContextTable() 1208 Handle<ScriptContextTable> context_table = Handle<ScriptContextTable>::cast( in NewScriptContextTable() 1210 ScriptContextTable::kMinLength)); in NewScriptContextTable()
|
/third_party/node/deps/v8/src/ic/ |
D | ic.cc | 530 Handle<ScriptContextTable> script_contexts( in Load() 535 Handle<Context> script_context = ScriptContextTable::GetContext( in Load() 1693 Handle<ScriptContextTable> script_contexts( in Store() 1698 Handle<Context> script_context = ScriptContextTable::GetContext( in Store() 2964 Handle<ScriptContextTable> script_contexts( in RUNTIME_FUNCTION() 2969 Handle<Context> script_context = ScriptContextTable::GetContext( in RUNTIME_FUNCTION()
|
D | accessor-assembler.cc | 3389 TNode<ScriptContextTable> script_context_table = CAST( in ScriptContextTableLookup() 3394 script_context_table, ScriptContextTable::kUsedSlotIndex))); in ScriptContextTableLookup() 3405 ScriptContextTable::kFirstContextSlotIndex * kTaggedSize)); in ScriptContextTableLookup()
|
/third_party/node/deps/v8/src/init/ |
D | bootstrapper.cc | 1272 Handle<ScriptContextTable> script_contexts( in InstallGlobalThisBinding() 1284 Handle<ScriptContextTable> new_script_contexts = in InstallGlobalThisBinding() 1285 ScriptContextTable::Extend(isolate(), script_contexts, context); in InstallGlobalThisBinding() 1553 Handle<ScriptContextTable> script_context_table = in InitializeGlobal()
|
/third_party/node/deps/v8/src/builtins/ |
D | base.tq | 238 extern class ScriptContextTable extends FixedArray;
|
/third_party/node/deps/v8/src/codegen/ |
D | code-stub-assembler.cc | 10665 TNode<ScriptContextTable> script_context_table = CAST( in LoadScriptContext() 10670 ScriptContextTable::kFirstContextSlotIndex * kTaggedSize)); in LoadScriptContext()
|