Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-assembler.h1103 Node* ConstructJSWithTarget(Callable const& callable, Node* context, in ConstructJSWithTarget() function
1116 return ConstructJSWithTarget(callable, context, new_target, new_target, in ConstructJS()
/external/v8/src/codegen/
Dcode-stub-assembler.h823 return CAST(ConstructJSWithTarget(CodeFactory::Construct(isolate()), in ConstructWithTarget()