Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dfunction-kind.h161 inline bool IsConstructable(FunctionKind kind) { in IsConstructable() function
/third_party/node/deps/v8/src/compiler/
Djs-inlining.cc495 !IsConstructable(shared_info->kind())) { in ReduceJSCall()