Lines Matching refs:INVALID
27 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available.
35 V("defineProperties", DefineProperties, 2, INVALID) \
37 V("defineProperty", DefineProperty, 3, INVALID) \
41 V("freeze", Freeze, 1, INVALID) \
43 V("fromEntries", FromEntries, 1, INVALID) \
45 V("getOwnPropertyDescriptor", GetOwnPropertyDescriptor, 2, INVALID) \
55 V("hasOwn", HasOwn, 2, INVALID) \
59 V("isExtensible", IsExtensible, 1, INVALID) \
67 V("preventExtensions", PreventExtensions, 1, INVALID) \
69 V("seal", Seal, 1, INVALID) \
73 V("values", Values, 1, INVALID)
79 V("createRealm", CreateRealm, 0, INVALID) \
85 V("propertyIsEnumerable", PropertyIsEnumerable, 1, INVALID) \
87 V("toLocaleString", ToLocaleString, 0, INVALID) \
91 V("valueOf", ValueOf, 0, INVALID)