Home
last modified time | relevance | path

Searched refs:NewNull (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_field.cpp101 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()
Dcjx_instancemanager.cpp230 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()
Dcjx_model.cpp52 return CJS_Return(runtime->NewNull()); in createNode()
67 return CJS_Return(runtime->NewNull()); in createNode()
Dcjx_packet.cpp53 return CJS_Return(runtime->NewNull()); in setAttribute()
69 return CJS_Return(runtime->NewNull()); in removeAttribute()
Dcjx_tree.cpp54 return CJS_Return(runtime->NewNull()); in resolveNode()
62 return CJS_Return(runtime->NewNull()); in resolveNode()
71 return CJS_Return(runtime->NewNull()); in resolveNode()
Dcjx_exclgroup.cpp90 return CJS_Return(runtime->NewNull()); in selectedMember()
100 return CJS_Return(runtime->NewNull()); in selectedMember()
105 return CJS_Return(runtime->NewNull()); in selectedMember()
Dcjx_treelist.cpp45 return CJS_Return(runtime->NewNull()); in namedItem()
Dcjx_node.cpp142 return CJS_Return(runtime->NewNull()); in clone()
169 return CJS_Return(runtime->NewNull()); in getElement()
174 return CJS_Return(runtime->NewNull()); in getElement()
Dcjx_form.cpp51 return CJS_Return(runtime->NewNull()); in formNodes()
Dcjx_hostpseudomodel.cpp482 return CJS_Return(runtime->NewNull()); in getFocus()
/external/pdfium/fxjs/
Dfxjs_v8_embeddertest.cpp92 TEST_F(FXJSV8EmbedderTest, NewNull) { in TEST_F() argument
97 auto nullz = engine()->NewNull(); in TEST_F()
Dcjs_global.cpp304 return CJS_Return(pRuntime->NewNull()); in GetProperty()
409 pRuntime->NewNull()); in UpdateGlobalPersistentVariables()
533 pRuntime->NewNull()); in PutObjectProperty()
Dcjs_v8.h34 v8::Local<v8::Value> NewNull();
Dcjs_v8.cpp129 v8::Local<v8::Value> CJS_V8::NewNull() { in NewNull() function in CJS_V8