Searched refs:IsContainer (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | containers_stub_builder.cpp | 46 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 …]
|
D | containers_stub_builder.h | 79 GateRef IsContainer(GateRef obj, ContainersType type) in IsContainer() function
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …numOnly",e.getModuleInstanceState=n,function(e){e[e.None=0]="None",e[e.IsContainer=1]="IsContainer…
|