• Home
  • Raw
  • Download

Lines Matching defs:F

43 #define FOR_EACH_INTRINSIC_ARRAY(F, I) \  argument
55 #define FOR_EACH_INTRINSIC_ATOMICS(F, I) \ argument
70 #define FOR_EACH_INTRINSIC_BIGINT(F, I) \ argument
83 #define FOR_EACH_INTRINSIC_CLASSES(F, I) \ argument
97 #define FOR_EACH_INTRINSIC_COLLECTIONS(F, I) \ argument
106 #define FOR_EACH_INTRINSIC_COMPILER(F, I) \ argument
117 #define FOR_EACH_INTRINSIC_DATE(F, I) F(DateCurrentTime, 0, 1) argument
119 #define FOR_EACH_INTRINSIC_DEBUG(F, I) \ argument
149 #define FOR_EACH_INTRINSIC_FORIN(F, I) \ argument
154 #define FOR_EACH_INTRINSIC_INTERPRETER_TRACE(F, I) \ argument
162 #define FOR_EACH_INTRINSIC_INTERPRETER_TRACE_FEEDBACK(F, I) \ argument
168 #define FOR_EACH_INTRINSIC_INTERPRETER(F, I) \ argument
172 #define FOR_EACH_INTRINSIC_FUNCTION(F, I) \ argument
181 #define FOR_EACH_INTRINSIC_GENERATOR(F, I) \ argument
199 #define FOR_EACH_INTRINSIC_INTL(F, I) \ argument
208 #define FOR_EACH_INTRINSIC_INTERNAL(F, I) \ argument
262 #define FOR_EACH_INTRINSIC_LITERALS(F, I) \ argument
269 #define FOR_EACH_INTRINSIC_MODULE(F, I) \ argument
274 #define FOR_EACH_INTRINSIC_NUMBERS(F, I) \ argument
286 #define FOR_EACH_INTRINSIC_OBJECT(F, I) \ argument
347 #define FOR_EACH_INTRINSIC_OPERATORS(F, I) \ argument
359 #define FOR_EACH_INTRINSIC_PROMISE(F, I) \ argument
377 #define FOR_EACH_INTRINSIC_PROXY(F, I) \ argument
387 #define FOR_EACH_INTRINSIC_REGEXP(F, I) \ argument
398 #define FOR_EACH_INTRINSIC_SCOPES(F, I) \ argument
422 #define FOR_EACH_INTRINSIC_STRINGS(F, I) \ argument
446 #define FOR_EACH_INTRINSIC_SYMBOL(F, I) \ argument
453 #define FOR_EACH_INTRINSIC_TEST(F, I) \ argument
558 #define FOR_EACH_INTRINSIC_TYPEDARRAY(F, I) \ argument
565 #define FOR_EACH_INTRINSIC_WASM(F, I) \ argument
589 #define FOR_EACH_INTRINSIC_WEAKREF(F, I) \ argument
594 #define FOR_EACH_INTRINSIC_RETURN_PAIR_IMPL(F, I) \ argument
600 #define FOR_EACH_INTRINSIC_IC(F, I) \ argument
625 #define FOR_EACH_INTRINSIC_RETURN_OBJECT_IMPL(F, I) \ argument
659 #define FOR_EACH_INTRINSIC_IMPL(F, I) \ argument
663 #define FOR_EACH_INTRINSIC_RETURN_OBJECT(F) \ argument
666 #define FOR_EACH_INTRINSIC_RETURN_PAIR(F) \ argument
671 #define FOR_EACH_INTRINSIC(F) FOR_EACH_INTRINSIC_IMPL(F, F) argument
676 #define F(name, nargs, ressize) \ macro
679 FOR_EACH_INTRINSIC_RETURN_OBJECT(F) in FOR_EACH_INTRINSIC_RETURN_OBJECT() argument
688 #define F(name, nargs, ressize) k##name, in FOR_EACH_INTRINSIC_RETURN_OBJECT() macro