Searched defs:is_the_hole (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/objects/ | ||
H A D | fixed-array-inl.h | 82 bool FixedArray::is_the_hole(Isolate* isolate, int index) { in is_the_hole() function in v8::internal::FixedArray 412 bool FixedDoubleArray::is_the_hole(Isolate* isolate, int index) { in is_the_hole() function in v8::internal::FixedDoubleArray 416 bool FixedDoubleArray::is_the_hole(int index) { in is_the_hole() function in v8::internal::FixedDoubleArray |
/third_party/node/deps/v8/src/debug/ | ||
H A D | debug-wasm-objects.cc | 524 if (!proxies->is_the_hole(isolate, Proxy::kId)) { in GetOrCreateInstanceProxy() function |
/third_party/node/deps/v8/src/ic/ | ||
H A D | accessor-assembler.cc | 861 GotoIf(IsTheHole(value), &is_the_hole); in HandleLoadICSmiHandlerLoadNamedCase() local |
Completed in 11 milliseconds