Home
last modified time | relevance | path

Searched defs:assert_equal (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/and/
Dand.ts16 declare function assert_equal(a: Object, b: Object):void; function
/arkcompiler/ets_runtime/test/aottest/duplicatefunctions/
Dduplicatefunctions.ts15 declare function assert_equal(a: Object, b: Object):void; function
/arkcompiler/ets_runtime/test/moduletest/jsonstringifier/
Djsonstringifier.js44 assert_equal(JSON.stringify(a),'{"0":0,"1":0,"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0… variable
60 assert_equal(JSON.stringify(o),'{"g":9,"f1":1,"f2":1,"f3":1,"f4":1,"f5":1,"f6":1,"f7":1,"f8":1}') variable
69 assert_equal(JSON.stringify(o2),'{"g":8,"f2":1}') variable
78 assert_equal(JSON.stringify(parent2),'{"a":{}}') variable
106 assert_equal(JSON.stringify([{}]),'[{}]') variable
/arkcompiler/ets_runtime/test/moduletest/stringreplace/
Dstringreplace.js103 assert_equal(res,"aaaa哈哈哈哈哈哈哈哈哈嘻bbbb哈哈哈哈哈哈哈哈哈嘻cccc哈哈哈哈哈哈哈哈哈嘻aaaabbbbcccc") variable
/arkcompiler/ets_runtime/test/moduletest/regexp/
Dregexp.js76 assert_equal(reg3.test(''),true) variable