Home
last modified time | relevance | path

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

/external/v8/src/
Dframes-inl.h129 inline Object* BuiltinExitFrame::new_target_slot_object() const { in new_target_slot_object() function
Dframes.h731 inline Object* new_target_slot_object() const;
Dframes.cc656 return !new_target_slot_object()->IsUndefined(isolate()); in IsConstructor()