Home
last modified time | relevance | path

Searched refs:external_references (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-snapshot.h89 * \param external_references a null-terminated array of external references
90 * that must be equivalent to CreateParams::external_references.
95 const intptr_t* external_references = nullptr,
104 * \param external_references a null-terminated array of external references
105 * that must be equivalent to CreateParams::external_references.
107 SnapshotCreator(const intptr_t* external_references = nullptr,
H A Dv8-isolate.h271 const intptr_t* external_references = nullptr; member
/third_party/node/deps/v8/include/
H A Dv8-snapshot.h89 * \param external_references a null-terminated array of external references
90 * that must be equivalent to CreateParams::external_references.
93 const intptr_t* external_references = nullptr,
101 * \param external_references a null-terminated array of external references
102 * that must be equivalent to CreateParams::external_references.
104 SnapshotCreator(const intptr_t* external_references = nullptr,
H A Dv8-isolate.h264 const intptr_t* external_references = nullptr; member
/third_party/node/src/
H A Dnode_external_reference.cc9 const std::vector<intptr_t>& ExternalReferenceRegistry::external_references() { in external_references() function in node::ExternalReferenceRegistry
H A Dnode_external_reference.h46 const std::vector<intptr_t>& external_references();
H A Dnode_snapshotable.cc1081 return registry->external_references(); in CollectExternalReferences()
1086 params->external_references = CollectExternalReferences().data(); in InitializeIsolateParams()
1099 const std::vector<intptr_t>& external_references = in Generate() local
1107 SnapshotCreator creator(isolate, external_references.data()); in Generate()
H A Djs_native_api_v8.cc1455 create_params.external_references = externalReferences; in OH_JSVM_CreateVM()
/third_party/node/src/api/
H A Denvironment.cc339 params->external_references = first_params.external_references; in NewIsolate()
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.h281 bool Deserialize(MaybeHandle<FixedArray> external_references = {},
H A Dweb-snapshot.cc1348 MaybeHandle<FixedArray> external_references, bool skip_exports) { in Deserialize()
1350 if (external_references.ToHandle(&external_references_handle_)) { in Deserialize()
1347 Deserialize( MaybeHandle<FixedArray> external_references, bool skip_exports) Deserialize() argument
/third_party/node/deps/v8/src/api/
H A Dapi.cc457 const intptr_t* external_references, in SnapshotCreator()
462 internal_isolate->set_api_external_references(external_references); in SnapshotCreator()
479 SnapshotCreator::SnapshotCreator(const intptr_t* external_references, in SnapshotCreator() argument
481 : SnapshotCreator(Isolate::Allocate(), external_references, in SnapshotCreator()
6778 // external_references table terminator, see v8::SnapshotCreator() in New()
8656 i_isolate->set_api_external_references(params.external_references); in Initialize()
456 SnapshotCreator(Isolate* isolate, const intptr_t* external_references, StartupData* existing_snapshot) SnapshotCreator() argument

Completed in 42 milliseconds