Home
last modified time | relevance | path

Searched refs:free_on_destruct (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dbacking-store.h77 bool free_on_destruct);
99 bool free_on_destruct() const { return free_on_destruct_; } in free_on_destruct() function
173 bool is_wasm_memory, bool free_on_destruct,
Dbacking-store.cc175 bool is_wasm_memory, bool free_on_destruct, in BackingStore() argument
187 free_on_destruct_(free_on_destruct), in BackingStore()
752 SharedFlag shared, bool free_on_destruct) { in WrapAllocation() argument
760 free_on_destruct, // free_on_destruct in WrapAllocation()
Djs-array-buffer.cc98 if (!backing_store->free_on_destruct()) set_is_external(true); in Attach()