Lines Matching full:cast_check
30 CAST_CHECK(JSFunctionBase, IsJSFunctionBase);
78 CAST_CHECK(JSFunction, IsJSFunction);
240 CAST_CHECK(JSGeneratorFunction, IsGeneratorFunction);
251 CAST_CHECK(JSBoundFunction, IsBoundFunction);
268 CAST_CHECK(JSProxyRevocFunction, IsProxyRevocFunction);
283 CAST_CHECK(JSPromiseReactionsFunction, IsJSPromiseReactionFunction);
297 CAST_CHECK(JSPromiseExecutorFunction, IsJSPromiseExecutorFunction);
309 CAST_CHECK(JSPromiseAllResolveElementFunction, IsJSPromiseAllResolveElementFunction);
326 CAST_CHECK(JSPromiseAnyRejectElementFunction, IsJSPromiseAnyRejectElementFunction);
345 CAST_CHECK(JSPromiseAllSettledElementFunction, IsJSPromiseAllSettledElementFunction);
363 CAST_CHECK(JSPromiseFinallyFunction, IsJSPromiseFinallyFunction);
377 CAST_CHECK(JSPromiseValueThunkOrThrowerFunction, IsJSPromiseValueThunkOrThrowerFunction);
389 CAST_CHECK(JSIntlBoundFunction, IsJSIntlBoundFunction);
405 CAST_CHECK(JSAsyncGeneratorFunction, IsAsyncGeneratorFunction);
413 CAST_CHECK(JSAsyncFromSyncIterUnwarpFunction, IsJSAsyncFromSyncIterUnwarpFunction);