Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
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()
Dscript.h78 DECL_ACCESSORS(shared_function_info_table, ObjectHashTable)
Dobjects.cc5082 Handle<ObjectHashTable> shared_function_info_table = handle( in FindWebSnapshotSharedFunctionInfo() local
5083 ObjectHashTable::cast(script->shared_function_info_table()), isolate); in FindWebSnapshotSharedFunctionInfo()
5086 Object index_object = shared_function_info_table->Lookup( in FindWebSnapshotSharedFunctionInfo()
5117 shared_function_info_table = ObjectHashTable::Put( in FindWebSnapshotSharedFunctionInfo()
5118 shared_function_info_table, in FindWebSnapshotSharedFunctionInfo()
5121 script->set_shared_function_info_table(*shared_function_info_table); in FindWebSnapshotSharedFunctionInfo()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc2216 << Brief(shared_function_info_table()); in ScriptPrint()