Searched full:getnull (Results 1 – 18 of 18) sorted by relevance
47 function getnull(): String | null {55 return getnull() == str;58 return getnull() != str;61 return str == getnull();64 return str != getnull();
20 function getnull(): SomeRef { return null }87 return getnull() == x;93 return getnull() == getundef();
63 .function panda.Object getNull() {114 call.short getNull
57 EXPECT_TRUE(globalConst->GetNull().IsNull()); in HWTEST_F_L0()
123 bool JsonObject::Parser::GetNull() in GetNull() function in ark::JsonObject::Parser258 res = GetNull(); in GetValue()
97 bool GetNull();
192 public static getNull(): JSValue {194 return JSRuntime.getNull();
94 return GetNull(env); in WrapWithNullCheck()
145 inline napi_value GetNull(napi_env env) in GetNull() function
165 jsElem = GetNull(env); in WrapImpl()
370 completionValue = GetNull(env); in JSCONVERT_WRAP()
515 return GetNull(env); in CompilerConvertRefTypeToLocal()
122 let v = JSRuntime.getNull();216 let v: JSValue[] = [JSRuntime.getNull()];
61 let v = JSRuntime.getNull();
129 return GetNull(env); in Getter()
231 *resSlot = GetNull(env); in ConvertRefArgToJS()
266 method_name: getNull
273 JSMutableHandle<JSTaggedValue> starResolution(thread, globalConstants->GetNull()); in ResolveExport()