Home
last modified time | relevance | path

Searched refs:shared_function_info_table (Results 1 – 4 of 4) sorted by relevance

/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dscript-inl.h89 ObjectHashTable Script::shared_function_info_table() const { in shared_function_info_table() function
117 return shared_function_info_table().NumberOfElements() + 1; in shared_function_info_count()
H A Dscript.h77 DECL_ACCESSORS(shared_function_info_table, ObjectHashTable)
H A Dobjects.cc5021 Handle<ObjectHashTable> shared_function_info_table = handle( in FindWebSnapshotSharedFunctionInfo() local
5022 ObjectHashTable::cast(script->shared_function_info_table()), isolate); in FindWebSnapshotSharedFunctionInfo()
5025 Object index_object = shared_function_info_table->Lookup( in FindWebSnapshotSharedFunctionInfo()
5056 shared_function_info_table = ObjectHashTable::Put( in FindWebSnapshotSharedFunctionInfo()
5057 shared_function_info_table, in FindWebSnapshotSharedFunctionInfo()
5060 script->set_shared_function_info_table(*shared_function_info_table); in FindWebSnapshotSharedFunctionInfo()
/dports/lang/v8/v8-9.6.180.12/src/diagnostics/
H A Dobjects-printer.cc2101 << Brief(shared_function_info_table()); in ScriptPrint()