Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/checked/
Dets_string_equals.sts47 function getnull(): String | null {
55 return getnull() == str;
58 return getnull() != str;
61 return str == getnull();
64 return str != getnull();
Dets_equals.sts20 function getnull(): SomeRef { return null }
87 return getnull() == x;
93 return getnull() == getundef();
/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.cpp57 EXPECT_TRUE(globalConst->GetNull().IsNull()); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Djson_parser.cpp123 bool JsonObject::Parser::GetNull() in GetNull() function in ark::JsonObject::Parser
258 res = GetNull(); in GetValue()
Djson_parser.h97 bool GetNull();
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/interop/js/
DJSRuntime.sts192 public static getNull(): JSValue {
194 return JSRuntime.getNull();
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert_base.h94 return GetNull(env); in WrapWithNullCheck()
Dinterop_common.h145 inline napi_value GetNull(napi_env env) in GetNull() function
Djs_refconvert_array.h165 jsElem = GetNull(env); in WrapImpl()
Djs_convert.h370 completionValue = GetNull(env); in JSCONVERT_WRAP()
Dintrinsics_api_impl.cpp515 return GetNull(env); in CompilerConvertRefTypeToLocal()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_intrins/
Dtest_intrins.sts122 let v = JSRuntime.getNull();
216 let v: JSValue[] = [JSRuntime.getNull()];
Dfrontend_test_intrins.sts61 let v = JSRuntime.getNull();
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ets_proxy/
Dets_field_wrapper.cpp129 return GetNull(env); in Getter()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/call/
Darg_convertors.h231 *resSlot = GetNull(env); in ConvertRefArgToJS()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/intrinsics/
Dstd_js_jsruntime.yaml266 method_name: getNull
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp273 JSMutableHandle<JSTaggedValue> starResolution(thread, globalConstants->GetNull()); in ResolveExport()