Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dobjects.h767 ShouldThrow throw_if_cannot_be_shared);
771 ShouldThrow throw_if_cannot_be_shared);
Dobjects-inl.h1201 ShouldThrow throw_if_cannot_be_shared) { in Share() argument
1206 throw_if_cannot_be_shared); in Share()
Dobjects.cc2952 ShouldThrow throw_if_cannot_be_shared) { in ShareSlow() argument
2966 if (throw_if_cannot_be_shared == kThrowOnError) { in ShareSlow()