Home
last modified time | relevance | path

Searched refs:BigIntEquals (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h178 V(BigIntEquals) \
H A Druntime_stubs.h140 static bool BigIntEquals(JSTaggedType left, JSTaggedType right);
H A Druntime_stubs.cpp3441 bool RuntimeStubs::BigIntEquals(JSTaggedType left, JSTaggedType right) in BigIntEquals() function in panda::ecmascript::RuntimeStubs
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h489 V(BigIntEquals) \
H A Dcall_signature.cpp1718 DEF_CALL_SIGNATURE(BigIntEquals) in DEF_CALL_SIGNATURE()
1721 CallSignature bigIntEquals("BigIntEquals", 0, 2, in DEF_CALL_SIGNATURE()
H A Dstub_builder.cpp6230 result = CallNGCRuntime(glue, RTSTUB_ID(BigIntEquals), { left, right }); in SameValue()
6524 result = CallNGCRuntime(glue, RTSTUB_ID(BigIntEquals), { left, right }); in FastStrictEqual()
H A Dtyped_native_inline_lowering.cpp4353 int rtStub = RTSTUB_ID(BigIntEquals); in TargetBigIntCompareLopp()

Completed in 36 milliseconds