Lines Matching defs:F
39 #define FOR_EACH_INTRINSIC_ARRAY(F) \ argument
62 #define FOR_EACH_INTRINSIC_ATOMICS(F) \ argument
78 #define FOR_EACH_INTRINSIC_CLASSES(F) \ argument
95 #define FOR_EACH_INTRINSIC_COLLECTIONS(F) \ argument
124 #define FOR_EACH_INTRINSIC_COMPILER(F) \ argument
136 #define FOR_EACH_INTRINSIC_DATE(F) \ argument
141 #define FOR_EACH_INTRINSIC_DEBUG(F) \ argument
204 #define FOR_EACH_INTRINSIC_ERROR(F) F(ErrorToString, 1, 1) argument
206 #define FOR_EACH_INTRINSIC_FORIN(F) \ argument
212 #define FOR_EACH_INTRINSIC_INTERPRETER(F) \ argument
220 #define FOR_EACH_INTRINSIC_FUNCTION(F) \ argument
242 #define FOR_EACH_INTRINSIC_GENERATOR(F) \ argument
254 #define FOR_EACH_INTRINSIC_I18N(F) \ argument
287 #define FOR_EACH_INTRINSIC_INTERNAL(F) \ argument
338 #define FOR_EACH_INTRINSIC_LITERALS(F) \ argument
345 #define FOR_EACH_INTRINSIC_LIVEEDIT(F) \ argument
358 #define FOR_EACH_INTRINSIC_MATHS(F) F(GenerateRandomNumbers, 0, 1) argument
360 #define FOR_EACH_INTRINSIC_MODULE(F) \ argument
365 #define FOR_EACH_INTRINSIC_NUMBERS(F) \ argument
380 #define FOR_EACH_INTRINSIC_OBJECT(F) \ argument
432 #define FOR_EACH_INTRINSIC_OPERATORS(F) \ argument
454 #define FOR_EACH_INTRINSIC_PROXY(F) \ argument
462 #define FOR_EACH_INTRINSIC_REGEXP(F) \ argument
474 #define FOR_EACH_INTRINSIC_SCOPES(F) \ argument
499 #define FOR_EACH_INTRINSIC_SIMD(F) \ argument
809 #define FOR_EACH_INTRINSIC_STRINGS(F) \ argument
835 #define FOR_EACH_INTRINSIC_SYMBOL(F) \ argument
843 #define FOR_EACH_INTRINSIC_TEST(F) \ argument
906 #define FOR_EACH_INTRINSIC_TYPEDARRAY(F) \ argument
923 #define FOR_EACH_INTRINSIC_WASM(F) \ argument
930 #define FOR_EACH_INTRINSIC_RETURN_PAIR(F) \ argument
933 #define FOR_EACH_INTRINSIC_RETURN_TRIPLE(F) \ argument
938 #define FOR_EACH_INTRINSIC_IC(F) \ argument
960 #define FOR_EACH_INTRINSIC_RETURN_OBJECT(F) \ argument
995 #define FOR_EACH_INTRINSIC(F) \ argument
1001 #define F(name, nargs, ressize) \ macro
1004 FOR_EACH_INTRINSIC_RETURN_OBJECT(F) in FOR_EACH_INTRINSIC_RETURN_OBJECT() argument
1013 #define F(name, nargs, ressize) k##name, in FOR_EACH_INTRINSIC_RETURN_OBJECT() macro