Searched full:getnull (Results 1 – 21 of 21) 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();
116 public getNull: TFunctionReturnsNull = function(): Object { property in GenericInterface205 getNull() {
86 this.getNull = function () { method180 getNull: function () { method
128 const getterFn: TFunctionReturnsNull = genericInterfaceImplementation.getNull;
56 EXPECT_TRUE(globalConst->GetNull().IsNull()); in HWTEST_F_L0()
63 .function panda.Object getNull() {114 call.short getNull
123 bool JsonObject::Parser::GetNull() in GetNull() function in ark::JsonObject::Parser268 res = GetNull(); in GetValue()
98 bool GetNull();
96 return GetNull(env); in WrapWithNullCheck()
155 inline napi_value GetNull(napi_env env) in GetNull() function
168 jsElem = GetNull(env); in WrapImpl()
425 completionValue = GetNull(env); in JSCONVERT_WRAP()
511 return GetNull(env); in CompilerConvertRefTypeToLocal()
129 return GetNull(env); in Getter()
179 public static getNull(): JSValue {
125 let v = JSRuntime.getNull();257 let v: JSValue[] = [JSRuntime.getNull()];
61 let v = JSRuntime.getNull();
231 *resSlot = GetNull(env); in ConvertRefArgToJS()
264 method_name: getNull
210 JSMutableHandle<JSTaggedValue> starResolution(thread, globalConstants->GetNull()); in ResolveExport()