Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp49 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersCommonFuncCall()
167 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in QueueCommonFuncCall()
273 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in DequeCommonFuncCall()
381 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersLightWeightCall()
493 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersHashCall()
625 Branch(IsJsProxy(*thisObj), &objIsJSProxy, &objNotJSProxy); in ContainersLinkedListCall()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.h312 GateRef IsJsProxy(GateRef obj);
Dstub_builder-inl.h1153 inline GateRef StubBuilder::IsJsProxy(GateRef obj) in IsJsProxy() function
Dstub_builder.cpp3812 Branch(IsJsProxy(object), &objectIsJsProxy, &objectNotIsJsProxy); in GetPrototype()