Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dsimplified-lowering.h72 SetOncePointer<Node> to_numeric_code_; variable
Dsimplified-lowering.cc5025 if (!to_numeric_code_.is_set()) { in ToNumericCode()
5027 to_numeric_code_.set(jsgraph()->HeapConstant(callable.code())); in ToNumericCode()
5029 return to_numeric_code_.get(); in ToNumericCode()