Searched refs:IsTSHClass (Results 1 – 7 of 7) sorted by relevance
41 V("isTSHClass", IsTSHClass, 1, INVALID) \151 static JSTaggedValue IsTSHClass(EcmaRuntimeCallInfo *info);
99 JSTaggedValue BuiltinsArkTools::IsTSHClass(EcmaRuntimeCallInfo *info) in IsTSHClass() function in panda::ecmascript::builtins::BuiltinsArkTools
147 inline bool IsTSHClass() const in IsTSHClass() function
103 Branch(IsTSHClass(hclass), &isTS, &initialize); in NewJSObject()
468 GateRef IsTSHClass(GateRef hClass);
1964 inline GateRef StubBuilder::IsTSHClass(GateRef hClass) in IsTSHClass() function
2921 Branch(IsTSHClass(srcHClass), &isTS, &isNotTS); in CopyAllHClass()3682 Branch(IsTSHClass(hclass), &isTS, ¬TS); in SetPropertyByName()