Searched refs:RETURN_NATIVE_CALL (Results 1 – 1 of 1) sorted by relevance
/external/v8/src/ |
D | execution.cc | 581 #define RETURN_NATIVE_CALL(name, args, has_pending_exception) \ macro 610 RETURN_NATIVE_CALL(to_number, { obj }, exc); in ToNumber() 615 RETURN_NATIVE_CALL(to_string, { obj }, exc); in ToString() 620 RETURN_NATIVE_CALL(to_detail_string, { obj }, exc); in ToDetailString() 626 RETURN_NATIVE_CALL(to_object, { obj }, exc); in ToObject() 631 RETURN_NATIVE_CALL(to_integer, { obj }, exc); in ToInteger() 636 RETURN_NATIVE_CALL(to_uint32, { obj }, exc); in ToUint32() 641 RETURN_NATIVE_CALL(to_int32, { obj }, exc); in ToInt32() 647 RETURN_NATIVE_CALL(create_date, { time_obj }, exc); in NewDate() 651 #undef RETURN_NATIVE_CALL
|