Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp471 Label valueIsJSAPIHash(env); in ContainersHashCall() local
490 Branch(IsContainer(*thisObj, type), &valueIsJSAPIHash, &valueNotJSAPIHash); in ContainersHashCall()
501 Jump(&valueIsJSAPIHash); in ContainersHashCall()
507 Bind(&valueIsJSAPIHash); in ContainersHashCall()