Home
last modified time | relevance | path

Searched refs:HasObjectElements (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-regexp.cc851 DCHECK(result->HasObjectElements()); in RUNTIME_FUNCTION()
869 if (result->HasObjectElements()) { in RUNTIME_FUNCTION()
1221 DCHECK(result_array->HasObjectElements()); in SearchRegExpMultiple()
1475 CHECK(result_array->HasObjectElements()); in RUNTIME_FUNCTION()
Druntime-strings.cc220 if (!array->HasObjectElements()) { in RUNTIME_FUNCTION()
Druntime.h520 F(HasObjectElements, 1, 1) \
Druntime-test.cc1395 ELEMENTS_KIND_CHECK_RUNTIME_FUNCTION(HasObjectElements) in ELEMENTS_KIND_CHECK_RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/strings/
Dstring-stream.cc383 if (array.HasObjectElements()) { in PrintMentionedObjectCache()
/third_party/node/deps/v8/src/objects/
Djs-objects-inl.h656 DEF_GETTER(JSObject, HasObjectElements, bool) { in DEF_GETTER() argument
Djs-objects.h363 DECL_GETTER(HasObjectElements, bool)
/third_party/node/deps/v8/src/diagnostics/
Dobjects-debug.cc397 } else if (object.HasObjectElements()) { in VerifyJSObjectElements()
476 CHECK_EQ(map().has_fast_object_elements(), HasObjectElements()); in JSObjectVerify()
/third_party/node/deps/v8/src/profiler/
Dheap-snapshot-generator.cc1833 if (js_obj.HasObjectElements()) { in ExtractElementReferences()