Home
last modified time | relevance | path

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

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