Home
last modified time | relevance | path

Searched defs:FastStrictEqual (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h123 JSTaggedValue FastRuntimeStub::FastStrictEqual(JSThread *thread, JSTaggedValue left, JSTaggedValue … in FastStrictEqual() function
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp7317 GateRef StubBuilder::FastStrictEqual(GateRef glue, GateRef left, GateRef right, ProfileOperation ca… in FastStrictEqual() function in panda::ecmascript::kungfu::StubBuilder