Searched refs:IsNullConstant (Results 1 – 3 of 3) sorted by relevance
376 bool CodeAssembler::IsNullConstant(TNode<Object> node) { in IsNullConstant() function in v8::internal::compiler::CodeAssembler
560 bool IsNullConstant(TNode<Object> node);
790 if (IsUndefinedConstant(receiver) || IsNullConstant(receiver)) { in Call()