Lines Matching refs:INVALID
30 // kungfu::BuiltinsStubCSigns::stubIndex refers to the builtin stub index, or INVALID if no stub available.
40 V("decodeURI", DecodeURI, 1, INVALID) \
44 V("encodeURI", EncodeURI, 1, INVALID) \
46 V("encodeURIComponent", EncodeURIComponent, 1, INVALID) \
48 V("escape", Escape, 1, INVALID) \
50 V("eval", NotSupportEval, 1, INVALID) \
56 V("unescape", Unescape, 1, INVALID) \
58 V("markModuleCollectable", MarkModuleCollectable, 0, INVALID) \
59 V("loadNativeModule", LoadNativeModule, 0, INVALID) \
60 V("print", PrintEntrypoint, 0, INVALID) \
61 V("isSendable", IsSendable, 0, INVALID) \
62 V("__getCurrentModuleName__", GetCurrentModuleName, 0, INVALID) \
63 V("__getCurrentBundleName__", GetCurrentBundleName, 0, INVALID)
66 V("startRuntimeStat", StartRuntimeStat, 0, INVALID) \
67 V("stopRuntimeStat", StopRuntimeStat, 0, INVALID)
74 V("printOptStat", PrintOptStat, 0, INVALID)
81 V("printFunctionCallStat", PrintFunctionCallStat, 0, INVALID)