Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp439 Branch(BoolOr(IsJSObjectType(buffer, JSType::JS_ARRAY_BUFFER), in SubArray()
440 IsJSObjectType(buffer, JSType::JS_SHARED_ARRAY_BUFFER)), &offHeap, slowPath); in SubArray()
Dstub_builder.h383 GateRef IsJSObjectType(GateRef obj, JSType jsType);
Dstub_builder-inl.h1343 inline GateRef StubBuilder::IsJSObjectType(GateRef obj, JSType jsType) in IsJSObjectType() function
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_collection_stub_builder.cpp32 GateRef isJsCollectionObj = IsJSObjectType(thisValue_, jsType); in CheckCollectionObj()
Dbuiltins_object_stub_builder.cpp209 Branch(IsJSObjectType(thisValue_, JSType::JS_OBJECT), &objectTag, slowPath); in ToString()
652 Branch(IsJSObjectType(source, JSType::JS_OBJECT), &fastAssign, &slowAssign); in Assign()
674 Branch(IsJSObjectType(target, JSType::JS_OBJECT), &jsObject, slowPath); in Assign()