Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_stubs.cpp351 Label endTagIsInt(env); in DECLARE_BUILTINS() local
397 Branch(TaggedIsInt(endTag), &endTagIsInt, &endTagNotInt); in DECLARE_BUILTINS()
398 Bind(&endTagIsInt); in DECLARE_BUILTINS()