Lines Matching refs:stringify
133 return JSON.stringify(v);
242 ace.onFetchRequest(args[1], JSON.stringify(args));
251 return ace.callNative(JSON.stringify(options), args[args.length - 1]);
253 return ace.callNative(JSON.stringify(options), JSON.stringify(args[0]));
255 return ace.callNative(JSON.stringify(options), JSON.stringify(args[0]));
257 return ace.callNative(JSON.stringify(options), args);
259 return ace.callNative(JSON.stringify(options), JSON.stringify(args[0]));
261 return ace.callNative(JSON.stringify(options), args);
263 return ace.callNative(JSON.stringify(options), args);
265 return ace.callNative(JSON.stringify(options), args);
267 return ace.callNative(JSON.stringify(options), JSON.stringify(args[0]));
269 return ace.callNative(JSON.stringify(options), JSON.stringify(args[0]));
271 return ace.callNative(JSON.stringify(options), args);
273 return ace.callNative(JSON.stringify(options), args[0]);
275 return ace.callNative(JSON.stringify(options), args);
277 return ace.callNative(JSON.stringify(options), JSON.stringify(args[0]));
284 return ace.callComponent(options.ref, method, JSON.stringify(args));