Home
last modified time | relevance | path

Searched refs:getResult (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DNapiLog.js74 NapiLog.getResult = function () { function in NapiLog
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_api_hashmap_test.cpp448 JSTaggedValue getResult = dstHashMap->Get(thread, JSTaggedValue(hashCollisionVector[i])); in HWTEST_F_L0() local
449 EXPECT_EQ(getResult, JSTaggedValue::Undefined()); in HWTEST_F_L0()
453 JSTaggedValue getResult = dstHashMap->Get(thread, JSTaggedValue(hashCollisionVector[i])); in HWTEST_F_L0() local
454 EXPECT_EQ(getResult, JSTaggedValue(hashCollisionVector[i] * 2)); in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js86158 getResult() {
88176 const i = this.noise.getResult();