Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dgtest_launcher.js16 globalThis.ASSERT_TRUE = function assertTrue(v, msg = '') { function
/arkcompiler/ets_runtime/ecmascript/js_vm/
Dmain.cpp152 Local<FunctionRef> assertTrue = FunctionRef::New(vm, AssertTrue); in ExecutePandaFile() local