Home
last modified time | relevance | path

Searched refs:if_null_or_undefined (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-object-gen.cc405 Label if_null_or_undefined(this, Label::kDeferred); in TF_BUILTIN() local
406 GotoIf(IsNullOrUndefined(receiver), &if_null_or_undefined); in TF_BUILTIN()
412 BIND(&if_null_or_undefined); in TF_BUILTIN()
/external/v8/src/
Dcode-stub-assembler.h2360 Label* if_null_or_undefined);
Dcode-stub-assembler.cc8298 Label* if_null_or_undefined) { in GetMethod() argument
8301 GotoIf(IsUndefined(method), if_null_or_undefined); in GetMethod()
8302 GotoIf(IsNull(method), if_null_or_undefined); in GetMethod()