Home | History | Annotate | Download | only in builtins

Lines Matching refs:WordEqual

31   GotoIf(WordEqual(enum_length, SmiConstant(0)), nothing_to_iterate);
168 GotoIf(WordEqual(receiver, UndefinedConstant()), &return_undefined);
170 GotoIf(WordEqual(receiver, NullConstant()), &return_null);
298 GotoIf(WordEqual(var_proxy_is_array.value(), BooleanConstant(true)),
322 GotoIf(WordEqual(prototype, NullConstant()), &prototype_valid);
332 GotoIf(WordEqual(properties, UndefinedConstant()), &no_properties);
336 GotoIfNot(WordEqual(LoadElements(properties),
353 Branch(WordEqual(prototype, NullConstant()), &good, &non_null_proto);
371 GotoIf(WordEqual(prototype, LoadMapPrototype(map.value())),
379 GotoIf(WordEqual(weak_cell, UndefinedConstant()), &call_runtime);
941 GotoIfNot(WordEqual(map, cache_type), &filter);