Home
last modified time | relevance | path

Searched refs:replacer_function_ (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/json/
H A Djson-stringifier.cc131 Handle<JSReceiver> replacer_function_; member in v8::internal::JsonStringifier
241 DCHECK(replacer_function_.is_null()); in InitializeReplacer()
284 replacer_function_ = Handle<JSReceiver>::cast(replacer); in InitializeReplacer()
359 Execution::Call(isolate_, replacer_function_, holder, 2, argv), Object); in ApplyReplacerFunction()
539 if (!replacer_function_.is_null()) {
674 if (replacer_function_.is_null()) { in SerializeJSArray()

Completed in 2 milliseconds