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.cpp487 Label valueIsJSAPIHash(env); in ContainersHashCall() local
506 BRANCH(IsContainer(*thisObj, type), &valueIsJSAPIHash, &valueNotJSAPIHash); in ContainersHashCall()
517 Jump(&valueIsJSAPIHash); in ContainersHashCall()
523 Bind(&valueIsJSAPIHash); in ContainersHashCall()