Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp46 Branch(IsContainer(*thisObj, type), &valueIsJSAPIVector, &valueNotJSAPIVector); in ContainersCommonFuncCall()
53 Branch(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in ContainersCommonFuncCall()
164 Branch(IsContainer(*thisObj, type), &valueIsJSAPIVector, &valueNotJSAPIVector); in QueueCommonFuncCall()
171 Branch(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in QueueCommonFuncCall()
270 Branch(IsContainer(*thisObj, type), &valueIsJSAPIVector, &valueNotJSAPIVector); in DequeCommonFuncCall()
277 Branch(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in DequeCommonFuncCall()
378 Branch(IsContainer(*thisObj, type), &valueIsJSAPILightWeight, &valueNotJSAPILightWeight); in ContainersLightWeightCall()
385 Branch(IsContainer(tempObj, type), &objIsJSAPILightWeight, slowPath); in ContainersLightWeightCall()
490 Branch(IsContainer(*thisObj, type), &valueIsJSAPIHash, &valueNotJSAPIHash); in ContainersHashCall()
497 Branch(IsContainer(tempObj, type), &objIsJSAPIHash, slowPath); in ContainersHashCall()
[all …]
Dcontainers_stub_builder.h79 GateRef IsContainer(GateRef obj, ContainersType type) in IsContainer() function
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …numOnly",e.getModuleInstanceState=n,function(e){e[e.None=0]="None",e[e.IsContainer=1]="IsContainer…