Home
last modified time | relevance | path

Searched refs:PropertyArrayVerify (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc614 void PropertyArray::PropertyArrayVerify(Isolate* isolate) { in PropertyArrayVerify() function in v8::internal::PropertyArray
615 TorqueGeneratedClassVerifiers::PropertyArrayVerify(*this, isolate); in PropertyArrayVerify()
/third_party/node/deps/v8/src/runtime/
Druntime-object.cc239 receiver->property_array().PropertyArrayVerify(isolate); in DeleteObjectPropertyFast()