Lines Matching full:cast_check
32 CAST_CHECK(JSFunctionBase, IsJSFunctionBase);
158 CAST_CHECK(JSFunction, IsJSFunction);
372 CAST_CHECK(JSGeneratorFunction, IsGeneratorFunction);
383 CAST_CHECK(JSBoundFunction, IsBoundFunction);
400 CAST_CHECK(JSProxyRevocFunction, IsProxyRevocFunction);
415 CAST_CHECK(JSPromiseReactionsFunction, IsJSPromiseReactionFunction);
429 CAST_CHECK(JSPromiseExecutorFunction, IsJSPromiseExecutorFunction);
441 CAST_CHECK(JSAsyncModuleFulfilledFunction, IsJSAsyncModuleFulfilledFunction);
452 CAST_CHECK(JSAsyncModuleRejectedFunction, IsJSAsyncModuleRejectedFunction);
463 CAST_CHECK(JSPromiseAllResolveElementFunction, IsJSPromiseAllResolveElementFunction);
480 CAST_CHECK(JSPromiseAnyRejectElementFunction, IsJSPromiseAnyRejectElementFunction);
499 CAST_CHECK(JSPromiseAllSettledElementFunction, IsJSPromiseAllSettledElementFunction);
517 CAST_CHECK(JSPromiseFinallyFunction, IsJSPromiseFinallyFunction);
531 CAST_CHECK(JSPromiseValueThunkOrThrowerFunction, IsJSPromiseValueThunkOrThrowerFunction);
543 CAST_CHECK(JSIntlBoundFunction, IsJSIntlBoundFunction);
559 CAST_CHECK(JSAsyncGeneratorFunction, IsAsyncGeneratorFunction);
567 CAST_CHECK(JSAsyncFromSyncIterUnwarpFunction, IsJSAsyncFromSyncIterUnwarpFunction);
577 CAST_CHECK(JSSharedFunction, IsJSSharedFunction);
604 CAST_CHECK(FunctionTemplate, IsFunctionTemplate);