Lines Matching refs:value

180 #define RETURN_VALUE_IF_SCHEDULED_EXCEPTION(isolate, value) \
186 return value; \
193 #define ASSIGN_RETURN_ON_SCHEDULED_EXCEPTION_VALUE(isolate, dst, call, value) \
199 return value; \
203 #define RETURN_ON_SCHEDULED_EXCEPTION_VALUE(isolate, call, value) \
209 return value; \
216 * the contents of a MaybeHandle<X>, or the "exception" sentinel value.
243 #define ASSIGN_RETURN_ON_EXCEPTION_VALUE(isolate, dst, call, value) \
247 return value; \
273 #define THROW_NEW_ERROR_RETURN_VALUE(isolate, call, value) \
277 return value; \
281 * RETURN_ON_EXCEPTION_VALUE conditionally returns the given value when the
310 #define RETURN_ON_EXCEPTION_VALUE(isolate, call, value) \
314 return value; \
378 #define MAYBE_RETURN(call, value) \
380 if ((call).IsNothing()) return value; \
385 #define MAYBE_ASSIGN_RETURN_ON_EXCEPTION_VALUE(isolate, dst, call, value) \
389 return value; \
938 // of Throw() as its return value.
1068 inline void set_##name(type value) { \
1070 name##_ = value; \
1075 void SetDetailedSourcePositionsForProfiling(bool value) {
1076 if (value) {
1079 detailed_source_positions_for_profiling_ = value;
1096 inline bool is_##name(type value);
1134 // value. When pointer compression is off, this is always kNullAddress.
1165 // The kRootRegister is set to this value.
1222 void set_deoptimizer_lazy_throw(bool value) {
1223 deoptimizer_lazy_throw_ = value;
1409 void SetFeedbackVectorsForProfilingTools(Object value);
1580 void ReportPromiseReject(Handle<JSPromise> promise, Handle<Object> value,
1649 size_t offset_in_bytes, int64_t value,
1807 void AddCrashKey(CrashKeyId id, const std::string& value) {
1809 add_crash_key_callback_(id, value);
1852 void set_elements_deletion_counter(size_t value) {
1853 elements_deletion_counter_ = value;