From 5daf07afe5b76e702d053aaca648b977ec3bb663 Mon Sep 17 00:00:00 2001 From: dan sinclair Date: Tue, 24 Oct 2017 21:46:57 -0400 Subject: Make NewNull return an actual Null This CL updates the CFXJS_Engine::NewNull method to return a real v8::Null instead of an empty v8::Local. This also adds a NewUndefined and returns undefined in most of the places null was returned previously. Change-Id: If1a96bf253057892a3b709cbc72f8825c52503c3 Reviewed-on: https://pdfium-review.googlesource.com/16730 Reviewed-by: Tom Sepez Commit-Queue: dsinclair --- fxjs/fxjs_v8.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fxjs/fxjs_v8.h') diff --git a/fxjs/fxjs_v8.h b/fxjs/fxjs_v8.h index f5e52411f3..eee85e031d 100644 --- a/fxjs/fxjs_v8.h +++ b/fxjs/fxjs_v8.h @@ -179,6 +179,7 @@ class CFXJS_Engine { v8::Local GetThisObj(); v8::Local NewNull(); + v8::Local NewUndefined(); v8::Local NewArray(); v8::Local NewNumber(int number); v8::Local NewNumber(double number); -- cgit v1.2.3