Searched refs:to_number_code_ (Results 1 – 2 of 2) sorted by relevance
54 SetOncePointer<Node> to_number_code_; variable
3933 if (!to_number_code_.is_set()) { in ToNumberCode()3935 to_number_code_.set(jsgraph()->HeapConstant(callable.code())); in ToNumberCode()3937 return to_number_code_.get(); in ToNumberCode()3953 to_number_code_.set(jsgraph()->HeapConstant(callable.code())); in ToNumericCode()