| Index: src/interpreter/interpreter-intrinsics.h
|
| diff --git a/src/interpreter/interpreter-intrinsics.h b/src/interpreter/interpreter-intrinsics.h
|
| index 586b6ef6ef300ca9998a83318fa720b349ff1e75..fc0c577fd4577756cceeeea9214101ffbabcab5c 100644
|
| --- a/src/interpreter/interpreter-intrinsics.h
|
| +++ b/src/interpreter/interpreter-intrinsics.h
|
| @@ -25,8 +25,14 @@ namespace interpreter {
|
| V(CreateAsyncFromSyncIterator, create_async_from_sync_iterator, 1) \
|
| V(HasProperty, has_property, 2) \
|
| V(IsArray, is_array, 1) \
|
| + V(IsJSMap, is_js_map, 1) \
|
| + V(IsJSMapIterator, is_js_map_iterator, 1) \
|
| V(IsJSProxy, is_js_proxy, 1) \
|
| V(IsJSReceiver, is_js_receiver, 1) \
|
| + V(IsJSSet, is_js_set, 1) \
|
| + V(IsJSSetIterator, is_js_set_iterator, 1) \
|
| + V(IsJSWeakMap, is_js_weak_map, 1) \
|
| + V(IsJSWeakSet, is_js_weak_set, 1) \
|
| V(IsSmi, is_smi, 1) \
|
| V(IsTypedArray, is_typed_array, 1) \
|
| V(SubString, sub_string, 3) \
|
|
|