Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-assembler.h361 Node* ConstructJS(Callable const& callable, Node* context, Node* new_target, in ConstructJS() function
/external/v8/src/builtins/
Dbuiltins-promise.cc160 Node* promise = ConstructJS(CodeFactory::Construct(isolate()), context, in NewPromiseCapability()