Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Dframes-inl.h145 inline Object BuiltinExitFrame::new_target_slot_object() const { in new_target_slot_object() function
Dframes.h785 inline Object new_target_slot_object() const;
Dframes.cc922 return !new_target_slot_object().IsUndefined(isolate()); in IsConstructor()