Home
last modified time | relevance | path

Searched full:getnull (Results 1 – 21 of 21) 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/static_core/plugins/ets/tests/interop_js/tests/interfaces/interface_method_returns_value/js_interface/
Dindex.ts116 public getNull: TFunctionReturnsNull = function(): Object { property in GenericInterface
205 getNull() {
Dindex.js86 this.getNull = function () { method
180 getNull: function () { method
Dtest.sts128 const getterFn: TFunctionReturnsNull = genericInterfaceImplementation.getNull;
/arkcompiler/ets_runtime/ecmascript/tests/
Dglue_regs_test.cpp56 EXPECT_TRUE(globalConst->GetNull().IsNull()); in HWTEST_F_L0()
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmonitor.yaml63 .function panda.Object getNull() {
114 call.short getNull
/arkcompiler/runtime_core/static_core/libpandabase/utils/
Djson_parser.cpp123 bool JsonObject::Parser::GetNull() in GetNull() function in ark::JsonObject::Parser
268 res = GetNull(); in GetValue()
Djson_parser.h98 bool GetNull();
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_convert_base.h96 return GetNull(env); in WrapWithNullCheck()
Dinterop_common.h155 inline napi_value GetNull(napi_env env) in GetNull() function
Djs_refconvert_array.h168 jsElem = GetNull(env); in WrapImpl()
Djs_convert.h425 completionValue = GetNull(env); in JSCONVERT_WRAP()
Dintrinsics_api_impl.cpp511 return GetNull(env); in CompilerConvertRefTypeToLocal()
/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/stdlib/std/interop/js/
DJSRuntime.sts179 public static getNull(): JSValue {
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_intrins/
Dtest_intrins.sts125 let v = JSRuntime.getNull();
257 let v: JSValue[] = [JSRuntime.getNull()];
Dfrontend_test_intrins.sts61 let v = JSRuntime.getNull();
/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.yaml264 method_name: getNull
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp210 JSMutableHandle<JSTaggedValue> starResolution(thread, globalConstants->GetNull()); in ResolveExport()