Home
last modified time | relevance | path

Searched defs:strictEqual (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp112 BRANCH(FastStrictEqual(glue, left, right, callback), &strictEqual, &notStrictEqual); in StrictEqual() local
139 BRANCH(FastStrictEqual(glue, left, right, callback), &strictEqual, &notStrictEqual); in StrictNotEqual() local
H A Dstub_builder.cpp6107 BRANCH(Equal(left, right), &strictEqual, &numberEqualCheck1); in SameValue() local
6256 BRANCH(Equal(left, right), &strictEqual, &numberEqualCheck1); in SameValueZero() local
6504 BRANCH(Equal(left, right), &strictEqual, &stringEqualCheck); in FastStrictEqual() local

Completed in 22 milliseconds