Searched refs:shared_function_info_table (Results 1 – 4 of 4) sorted by relevance
89 ObjectHashTable Script::shared_function_info_table() const { in shared_function_info_table() function117 return shared_function_info_table().NumberOfElements() + 1; in shared_function_info_count()
78 DECL_ACCESSORS(shared_function_info_table, ObjectHashTable)
5082 Handle<ObjectHashTable> shared_function_info_table = handle( in FindWebSnapshotSharedFunctionInfo() local5083 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()
2216 << Brief(shared_function_info_table()); in ScriptPrint()