Searched refs:external_references (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-snapshot.h | 89 * \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 D | v8-isolate.h | 271 const intptr_t* external_references = nullptr; member
|
/third_party/node/deps/v8/include/ |
H A D | v8-snapshot.h | 89 * \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 D | v8-isolate.h | 264 const intptr_t* external_references = nullptr; member
|
/third_party/node/src/ |
H A D | node_external_reference.cc | 9 const std::vector<intptr_t>& ExternalReferenceRegistry::external_references() { in external_references() function in node::ExternalReferenceRegistry
|
H A D | node_external_reference.h | 46 const std::vector<intptr_t>& external_references();
|
H A D | node_snapshotable.cc | 1081 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 D | js_native_api_v8.cc | 1455 create_params.external_references = externalReferences; in OH_JSVM_CreateVM()
|
/third_party/node/src/api/ |
H A D | environment.cc | 339 params->external_references = first_params.external_references; in NewIsolate()
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.h | 281 bool Deserialize(MaybeHandle<FixedArray> external_references = {},
|
H A D | web-snapshot.cc | 1348 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 D | api.cc | 457 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