Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dbase.tq727 extern macro ConstructWithTarget(implicit context: Context)(
729 extern macro ConstructWithTarget(implicit context: Context)(
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h915 TNode<JSReceiver> ConstructWithTarget(TNode<Context> context, in ConstructWithTarget() function
926 return ConstructWithTarget(context, new_target, new_target, args...); in Construct()