Home
last modified time | relevance | path

Searched full:getnull (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml63 .function panda.Object getNull() {
114 call.short getNull
/arkcompiler/ets_runtime/ecmascript/tests/
Dglue_regs_test.cpp76 EXPECT_TRUE(globalConst->GetNull().IsNull()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp217 JSMutableHandle<JSTaggedValue> starResolution(thread, globalConstants->GetNull()); in ResolveExport()