Home
last modified time | relevance | path

Searched refs:IsTSHClass (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.h41 V("isTSHClass", IsTSHClass, 1, INVALID) \
151 static JSTaggedValue IsTSHClass(EcmaRuntimeCallInfo *info);
Dbuiltins_ark_tools.cpp99 JSTaggedValue BuiltinsArkTools::IsTSHClass(EcmaRuntimeCallInfo *info) in IsTSHClass() function in panda::ecmascript::builtins::BuiltinsArkTools
/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.h147 inline bool IsTSHClass() const in IsTSHClass() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnew_object_stub_builder.cpp103 Branch(IsTSHClass(hclass), &isTS, &initialize); in NewJSObject()
Dstub_builder.h468 GateRef IsTSHClass(GateRef hClass);
Dstub_builder-inl.h1964 inline GateRef StubBuilder::IsTSHClass(GateRef hClass) in IsTSHClass() function
Dstub_builder.cpp2921 Branch(IsTSHClass(srcHClass), &isTS, &isNotTS); in CopyAllHClass()
3682 Branch(IsTSHClass(hclass), &isTS, &notTS); in SetPropertyByName()