Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dnode-properties.cc334 JSFunctionRef newtarget = mnewtarget.Ref(broker).AsJSFunction(); in GetJSCreateMap() local
335 if (newtarget.map().has_prototype_slot() && in GetJSCreateMap()
336 newtarget.has_initial_map(broker->dependencies())) { in GetJSCreateMap()
337 MapRef initial_map = newtarget.initial_map(broker->dependencies()); in GetJSCreateMap()
340 DCHECK(newtarget.map().is_constructor()); in GetJSCreateMap()
/third_party/jerryscript/tests/unit-core/
DBUILD.gn132 "test-newtarget.cpp",