Searched refs:NewNull (Results 1 – 14 of 14) sorted by relevance
101 return CJS_Return(runtime->NewNull()); in getSaveItem()105 return CJS_Return(runtime->NewNull()); in getSaveItem()109 return CJS_Return(runtime->NewNull()); in getSaveItem()165 return CJS_Return(runtime->NewNull()); in getDisplayItem()169 return CJS_Return(runtime->NewNull()); in getDisplayItem()173 return CJS_Return(runtime->NewNull()); in getDisplayItem()
230 return CJS_Return(runtime->NewNull()); in addInstance()248 return CJS_Return(runtime->NewNull()); in addInstance()275 return CJS_Return(runtime->NewNull()); in insertInstance()292 return CJS_Return(runtime->NewNull()); in insertInstance()
52 return CJS_Return(runtime->NewNull()); in createNode()67 return CJS_Return(runtime->NewNull()); in createNode()
53 return CJS_Return(runtime->NewNull()); in setAttribute()69 return CJS_Return(runtime->NewNull()); in removeAttribute()
54 return CJS_Return(runtime->NewNull()); in resolveNode()62 return CJS_Return(runtime->NewNull()); in resolveNode()71 return CJS_Return(runtime->NewNull()); in resolveNode()
90 return CJS_Return(runtime->NewNull()); in selectedMember()100 return CJS_Return(runtime->NewNull()); in selectedMember()105 return CJS_Return(runtime->NewNull()); in selectedMember()
45 return CJS_Return(runtime->NewNull()); in namedItem()
142 return CJS_Return(runtime->NewNull()); in clone()169 return CJS_Return(runtime->NewNull()); in getElement()174 return CJS_Return(runtime->NewNull()); in getElement()
51 return CJS_Return(runtime->NewNull()); in formNodes()
482 return CJS_Return(runtime->NewNull()); in getFocus()
92 TEST_F(FXJSV8EmbedderTest, NewNull) { in TEST_F() argument97 auto nullz = engine()->NewNull(); in TEST_F()
304 return CJS_Return(pRuntime->NewNull()); in GetProperty()409 pRuntime->NewNull()); in UpdateGlobalPersistentVariables()533 pRuntime->NewNull()); in PutObjectProperty()
34 v8::Local<v8::Value> NewNull();
129 v8::Local<v8::Value> CJS_V8::NewNull() { in NewNull() function in CJS_V8