Searched refs:IsJSObjectType (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_collection_stub_builder.cpp | 31 GateRef isJsCollectionObj = IsJSObjectType(thisValue_, jsType); in CheckCollectionObj()
|
| D | builtins_object_stub_builder.cpp | 210 BRANCH(IsJSObjectType(thisValue_, JSType::JS_OBJECT), &objectTag, slowPath); in ToString() 582 BRANCH(IsJSObjectType(source, JSType::JS_OBJECT), &fastAssign, &slowAssign); in Assign() 604 BRANCH(IsJSObjectType(target, JSType::JS_OBJECT), &jsObject, slowPath); in Assign()
|
| D | builtins_typedarray_stub_builder.cpp | 1669 BRANCH(LogicOrBuilder(env).Or(IsJSObjectType(buffer, JSType::JS_ARRAY_BUFFER)) in SubArray() 1670 .Or(IsJSObjectType(buffer, JSType::JS_SHARED_ARRAY_BUFFER)).Done(), in SubArray()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | stub_builder.h | 467 GateRef IsJSObjectType(GateRef obj, JSType jsType);
|
| D | stub_builder-inl.h | 1587 inline GateRef StubBuilder::IsJSObjectType(GateRef obj, JSType jsType) in IsJSObjectType() function
|