Lines Matching refs:INVALID
29 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available.
32 V("all", All, 1, INVALID) \
34 V("allSettled", AllSettled, 1, INVALID) \
36 V("any", Any, 1, INVALID) \
38 V("race", Race, 1, INVALID) \
40 V("reject", Reject, 1, INVALID) \
42 V("resolve", Resolve, 1, INVALID)
49 V("catch", Catch, 1, INVALID) \
51 V("finally", Finally, 1, INVALID) \
53 V("then", Then, 2, INVALID)