Lines Matching refs:JSFunction

43   V(GENERATOR_NEXT_INTERNAL, JSFunction, generator_next_internal) \
44 V(ASYNC_MODULE_EVALUATE_INTERNAL, JSFunction, \
46 V(REFLECT_APPLY_INDEX, JSFunction, reflect_apply) \
47 V(REFLECT_CONSTRUCT_INDEX, JSFunction, reflect_construct) \
48 V(PROMISE_THEN_INDEX, JSFunction, promise_then) \
49 V(FUNCTION_PROTOTYPE_APPLY_INDEX, JSFunction, function_prototype_apply)
61 V(UINT8_ARRAY_FUN_INDEX, JSFunction, uint8_array_fun) \
62 V(INT8_ARRAY_FUN_INDEX, JSFunction, int8_array_fun) \
63 V(UINT16_ARRAY_FUN_INDEX, JSFunction, uint16_array_fun) \
64 V(INT16_ARRAY_FUN_INDEX, JSFunction, int16_array_fun) \
65 V(UINT32_ARRAY_FUN_INDEX, JSFunction, uint32_array_fun) \
66 V(INT32_ARRAY_FUN_INDEX, JSFunction, int32_array_fun) \
67 V(FLOAT32_ARRAY_FUN_INDEX, JSFunction, float32_array_fun) \
68 V(FLOAT64_ARRAY_FUN_INDEX, JSFunction, float64_array_fun) \
69 V(UINT8_CLAMPED_ARRAY_FUN_INDEX, JSFunction, uint8_clamped_array_fun) \
70 V(BIGUINT64_ARRAY_FUN_INDEX, JSFunction, biguint64_array_fun) \
71 V(BIGINT64_ARRAY_FUN_INDEX, JSFunction, bigint64_array_fun) \
88 V(ARRAY_BUFFER_FUN_INDEX, JSFunction, array_buffer_fun) \
90 V(ARRAY_BUFFER_NOINIT_FUN_INDEX, JSFunction, array_buffer_noinit_fun) \
91 V(ARRAY_FUNCTION_INDEX, JSFunction, array_function) \
94 V(ASYNC_FUNCTION_FUNCTION_INDEX, JSFunction, async_function_constructor) \
96 V(ASYNC_GENERATOR_FUNCTION_FUNCTION_INDEX, JSFunction, \
99 V(BIGINT_FUNCTION_INDEX, JSFunction, bigint_function) \
100 V(BOOLEAN_FUNCTION_INDEX, JSFunction, boolean_function) \
105 V(CALL_AS_CONSTRUCTOR_DELEGATE_INDEX, JSFunction, \
107 V(CALL_AS_FUNCTION_DELEGATE_INDEX, JSFunction, call_as_function_delegate) \
108 V(CALL_ASYNC_MODULE_FULFILLED, JSFunction, call_async_module_fulfilled) \
109 V(CALL_ASYNC_MODULE_REJECTED, JSFunction, call_async_module_rejected) \
110 V(CALLSITE_FUNCTION_INDEX, JSFunction, callsite_function) \
111 V(CONTEXT_EXTENSION_FUNCTION_INDEX, JSFunction, context_extension_function) \
113 V(DATA_VIEW_FUN_INDEX, JSFunction, data_view_fun) \
114 V(DATE_FUNCTION_INDEX, JSFunction, date_function) \
116 V(EMPTY_FUNCTION_INDEX, JSFunction, empty_function) \
124 V(FUNCTION_FUNCTION_INDEX, JSFunction, function_function) \
126 V(GENERATOR_FUNCTION_FUNCTION_INDEX, JSFunction, \
156 V(INTL_COLLATOR_FUNCTION_INDEX, JSFunction, intl_collator_function) \
157 V(INTL_DATE_TIME_FORMAT_FUNCTION_INDEX, JSFunction, \
159 V(INTL_DISPLAY_NAMES_FUNCTION_INDEX, JSFunction, \
161 V(INTL_NUMBER_FORMAT_FUNCTION_INDEX, JSFunction, \
163 V(INTL_LOCALE_FUNCTION_INDEX, JSFunction, intl_locale_function) \
164 V(INTL_LIST_FORMAT_FUNCTION_INDEX, JSFunction, intl_list_format_function) \
165 V(INTL_PLURAL_RULES_FUNCTION_INDEX, JSFunction, intl_plural_rules_function) \
166 V(INTL_RELATIVE_TIME_FORMAT_FUNCTION_INDEX, JSFunction, \
168 V(INTL_SEGMENTER_FUNCTION_INDEX, JSFunction, intl_segmenter_function) \
182 V(JS_MAP_FUN_INDEX, JSFunction, js_map_fun) \
185 V(JS_SET_FUN_INDEX, JSFunction, js_set_fun) \
187 V(JS_WEAK_MAP_FUN_INDEX, JSFunction, js_weak_map_fun) \
188 V(JS_WEAK_SET_FUN_INDEX, JSFunction, js_weak_set_fun) \
189 V(JS_WEAK_REF_FUNCTION_INDEX, JSFunction, js_weak_ref_fun) \
190 V(JS_FINALIZATION_REGISTRY_FUNCTION_INDEX, JSFunction, \
192 V(JS_TEMPORAL_CALENDAR_FUNCTION_INDEX, JSFunction, \
194 V(JS_TEMPORAL_DURATION_FUNCTION_INDEX, JSFunction, \
196 V(JS_TEMPORAL_INSTANT_FUNCTION_INDEX, JSFunction, temporal_instant_function) \
197 V(JS_TEMPORAL_PLAIN_DATE_FUNCTION_INDEX, JSFunction, \
199 V(JS_TEMPORAL_PLAIN_DATE_TIME_FUNCTION_INDEX, JSFunction, \
201 V(JS_TEMPORAL_PLAIN_MONTH_DAY_FUNCTION_INDEX, JSFunction, \
203 V(JS_TEMPORAL_PLAIN_TIME_FUNCTION_INDEX, JSFunction, \
205 V(JS_TEMPORAL_PLAIN_YEAR_MONTH_FUNCTION_INDEX, JSFunction, \
207 V(JS_TEMPORAL_TIME_ZONE_FUNCTION_INDEX, JSFunction, \
209 V(JS_TEMPORAL_ZONED_DATE_TIME_FUNCTION_INDEX, JSFunction, \
211 V(TEMPORAL_INSTANT_FIXED_ARRAY_FROM_ITERABLE_FUNCTION_INDEX, JSFunction, \
213 V(STRING_FIXED_ARRAY_FROM_ITERABLE_FUNCTION_INDEX, JSFunction, \
235 V(NUMBER_FUNCTION_INDEX, JSFunction, number_function) \
236 V(OBJECT_FUNCTION_INDEX, JSFunction, object_function) \
246 V(PROXY_FUNCTION_INDEX, JSFunction, proxy_function) \
251 V(REGEXP_EXEC_FUNCTION_INDEX, JSFunction, regexp_exec_function) \
252 V(REGEXP_FUNCTION_INDEX, JSFunction, regexp_function) \
254 V(REGEXP_MATCH_ALL_FUNCTION_INDEX, JSFunction, regexp_match_all_function) \
255 V(REGEXP_MATCH_FUNCTION_INDEX, JSFunction, regexp_match_function) \
258 V(REGEXP_REPLACE_FUNCTION_INDEX, JSFunction, regexp_replace_function) \
262 V(REGEXP_SEARCH_FUNCTION_INDEX, JSFunction, regexp_search_function) \
263 V(REGEXP_SPLIT_FUNCTION_INDEX, JSFunction, regexp_split_function) \
272 V(SHARED_ARRAY_BUFFER_FUN_INDEX, JSFunction, shared_array_buffer_fun) \
310 V(STRING_FUNCTION_INDEX, JSFunction, string_function) \
312 V(SYMBOL_FUNCTION_INDEX, JSFunction, symbol_function) \
314 V(WASM_TAG_CONSTRUCTOR_INDEX, JSFunction, wasm_tag_constructor) \
315 V(WASM_EXCEPTION_CONSTRUCTOR_INDEX, JSFunction, wasm_exception_constructor) \
316 V(WASM_GLOBAL_CONSTRUCTOR_INDEX, JSFunction, wasm_global_constructor) \
317 V(WASM_INSTANCE_CONSTRUCTOR_INDEX, JSFunction, wasm_instance_constructor) \
318 V(WASM_MEMORY_CONSTRUCTOR_INDEX, JSFunction, wasm_memory_constructor) \
319 V(WASM_MODULE_CONSTRUCTOR_INDEX, JSFunction, wasm_module_constructor) \
320 V(WASM_TABLE_CONSTRUCTOR_INDEX, JSFunction, wasm_table_constructor) \
321 V(WASM_SUSPENDER_CONSTRUCTOR_INDEX, JSFunction, wasm_suspender_constructor) \
323 V(TYPED_ARRAY_FUN_INDEX, JSFunction, typed_array_function) \
325 V(ARRAY_ENTRIES_ITERATOR_INDEX, JSFunction, array_entries_iterator) \
326 V(ARRAY_FOR_EACH_ITERATOR_INDEX, JSFunction, array_for_each_iterator) \
327 V(ARRAY_KEYS_ITERATOR_INDEX, JSFunction, array_keys_iterator) \
328 V(ARRAY_VALUES_ITERATOR_INDEX, JSFunction, array_values_iterator) \
329 V(ERROR_FUNCTION_INDEX, JSFunction, error_function) \
330 V(ERROR_TO_STRING, JSFunction, error_to_string) \
331 V(EVAL_ERROR_FUNCTION_INDEX, JSFunction, eval_error_function) \
332 V(AGGREGATE_ERROR_FUNCTION_INDEX, JSFunction, aggregate_error_function) \
333 V(GLOBAL_EVAL_FUN_INDEX, JSFunction, global_eval_fun) \
334 V(GLOBAL_PARSE_FLOAT_FUN_INDEX, JSFunction, global_parse_float_fun) \
335 V(GLOBAL_PARSE_INT_FUN_INDEX, JSFunction, global_parse_int_fun) \
336 V(GLOBAL_PROXY_FUNCTION_INDEX, JSFunction, global_proxy_function) \
337 V(MAP_DELETE_INDEX, JSFunction, map_delete) \
338 V(MAP_GET_INDEX, JSFunction, map_get) \
339 V(MAP_HAS_INDEX, JSFunction, map_has) \
340 V(MAP_SET_INDEX, JSFunction, map_set) \
341 V(FINALIZATION_REGISTRY_CLEANUP_SOME, JSFunction, \
343 V(FUNCTION_HAS_INSTANCE_INDEX, JSFunction, function_has_instance) \
344 V(FUNCTION_TO_STRING_INDEX, JSFunction, function_to_string) \
345 V(OBJECT_TO_STRING, JSFunction, object_to_string) \
346 V(OBJECT_VALUE_OF_FUNCTION_INDEX, JSFunction, object_value_of_function) \
347 V(PROMISE_ALL_INDEX, JSFunction, promise_all) \
348 V(PROMISE_ALL_SETTLED_INDEX, JSFunction, promise_all_settled) \
349 V(PROMISE_ANY_INDEX, JSFunction, promise_any) \
350 V(PROMISE_FUNCTION_INDEX, JSFunction, promise_function) \
351 V(RANGE_ERROR_FUNCTION_INDEX, JSFunction, range_error_function) \
352 V(REFERENCE_ERROR_FUNCTION_INDEX, JSFunction, reference_error_function) \
353 V(SET_ADD_INDEX, JSFunction, set_add) \
354 V(SET_DELETE_INDEX, JSFunction, set_delete) \
355 V(SET_HAS_INDEX, JSFunction, set_has) \
356 V(SYNTAX_ERROR_FUNCTION_INDEX, JSFunction, syntax_error_function) \
357 V(TYPE_ERROR_FUNCTION_INDEX, JSFunction, type_error_function) \
358 V(URI_ERROR_FUNCTION_INDEX, JSFunction, uri_error_function) \
359 V(WASM_COMPILE_ERROR_FUNCTION_INDEX, JSFunction, \
361 V(WASM_LINK_ERROR_FUNCTION_INDEX, JSFunction, wasm_link_error_function) \
362 V(WASM_RUNTIME_ERROR_FUNCTION_INDEX, JSFunction, \
364 V(WASM_EXCEPTION_ERROR_FUNCTION_INDEX, JSFunction, \
366 V(WEAKMAP_SET_INDEX, JSFunction, weakmap_set) \
367 V(WEAKMAP_GET_INDEX, JSFunction, weakmap_get) \
368 V(WEAKMAP_DELETE_INDEX, JSFunction, weakmap_delete) \
369 V(WEAKSET_ADD_INDEX, JSFunction, weakset_add) \
467 // Finally, with Harmony scoping, the JSFunction representing a top level