Home
last modified time | relevance | path

Searched refs:irHash (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/mapget/
H A Dmapget.js44 let irHash = ArkTools.hashCode(key);
46 if (irHash != rtHash) {
47 throw new Error("Mismatch hash for " + key + ": expected " + rtHash + ", but got " + irHash);
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_stubs.cpp336 Label irHash(env); in DECLARE_BUILTINS()
338 BRANCH(IntPtrEqual(numArgs, IntPtr(1)), &irHash, &rtHash); in DECLARE_BUILTINS() local
339 Bind(&irHash); in DECLARE_BUILTINS()

Completed in 2 milliseconds