Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Ddeclarable.h324 bool ShouldGenerateExternalCode(OutputType output_type) const { in ShouldGenerateExternalCode() function
Dimplementation-visitor.cc3509 if (!callable->ShouldGenerateExternalCode(output_type_)) in Visit()