Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
H A Dv8-function-callback.h230 V8_INLINE bool ShouldThrowOnError() const;
463 bool PropertyCallbackInfo<T>::ShouldThrowOnError() const { in ShouldThrowOnError() function in v8::PropertyCallbackInfo
469 return v8::internal::ShouldThrowOnError( in ShouldThrowOnError()
H A Dv8-internal.h326 V8_EXPORT bool ShouldThrowOnError(v8::internal::Isolate* isolate);
/third_party/node/deps/v8/include/v8-include/
H A Dv8-function-callback.h250 V8_INLINE bool ShouldThrowOnError() const;
487 bool PropertyCallbackInfo<T>::ShouldThrowOnError() const { in Get() function in v8::PropertyCallbackInfo
493 return v8::internal::ShouldThrowOnError( in Get()
H A Dv8-internal.h481 V8_EXPORT bool ShouldThrowOnError(internal::Isolate* isolate);
/third_party/node/deps/v8/src/builtins/
H A Daccessors.cc193 } else if (info.ShouldThrowOnError()) { in ArrayLengthSetter()
216 if (info.ShouldThrowOnError()) { in ArrayLengthSetter()
263 if (info.ShouldThrowOnError()) { in ModuleNamespaceEntrySetter()
/third_party/node/src/
H A Dnode_contextify.cc518 // on the sandbox in strict mode, i.e. args.ShouldThrowOnError() = true. in PropertySetterCallback()
527 if (!is_declared && args.ShouldThrowOnError() && is_contextual_store && in PropertySetterCallback()
/third_party/node/deps/v8/src/api/
H A Dapi.cc3833 bool i::ShouldThrowOnError(i::Isolate* isolate) { in ShouldThrowOnError() function in v8::i

Completed in 29 milliseconds