Home
last modified time | relevance | path

Searched defs:constructor (Results 1 – 25 of 197) sorted by relevance

12345678

/expo/packages/expo-clipboard/src/web/
H A DExceptions.ts4 constructor() { method in ClipboardUnavailableException
10 constructor(cause: string) { method in CopyFailureException
16 constructor(cause: string) { method in PasteFailureException
22 constructor() { method in NoPermissionException
/expo/packages/expo-clipboard/build/web/
H A DExceptions.js3 constructor() { method in ClipboardUnavailableException
8 constructor(cause) { method in CopyFailureException
13 constructor(cause) { method in PasteFailureException
18 constructor() { method in NoPermissionException
H A DExceptions.d.ts3 constructor(); method in ClipboardUnavailableException
/expo/packages/@expo/cli/src/utils/
H A Derrors.ts15 constructor( method in CommandError
31 constructor() { method in AbortCommandError
40 constructor(messageOrError?: string | Error) { method in SilentError
74 constructor() { method in UnimplementedError
/expo/packages/@expo/cli/src/start/doctor/
H A DPrerequisite.ts6 constructor(code: string, message: string = '') { method in PrerequisiteCommandError
15 constructor() { method in Prerequisite
50 constructor(protected projectRoot: string) { method in ProjectPrerequisite
/expo/packages/@expo/cli/src/run/ios/appleDevice/client/
H A DServiceClient.ts14 constructor( method in ServiceClient
21 constructor( method in ResponseError
/expo/packages/expo-test-runner/src/
H A DTemplateFile.ts15 constructor( method in TemplateFile
45 constructor( method in UserFile
67 constructor(private template: string) {} method in TemplateFilesFactory
/expo/packages/@expo/cli/src/run/ios/appleDevice/protocol/
H A DAbstractProtocol.ts19 constructor( method in ProtocolClientError
31 constructor(private ProtocolReader: new (callback: ProtocolReaderCallback) => T) {} method in ProtocolReaderFactory
112 constructor( method in ProtocolClient
H A DUsbmuxProtocol.ts26 constructor(socket: Socket) { method in UsbmuxProtocolClient
32 constructor(callback: (data: any) => any) { method in UsbmuxProtocolReader
H A DLockdownProtocol.ts56 constructor(socket: Socket) { method in LockdownProtocolClient
62 constructor(callback: (data: any) => any) { method in LockdownProtocolReader
H A DGDBProtocol.ts29 constructor(socket: Socket) { method in GDBProtocolClient
35 constructor(callback: ProtocolReaderCallback) { method in GDBProtocolReader
/expo/packages/@expo/config-plugins/src/utils/
H A Derrors.ts4 constructor(message: string) { method in UnexpectedError
24 constructor( method in PluginError
/expo/packages/expo-auth-session/build/
H A DErrors.js53 constructor(params, errorCodeType) { method in ResponseError
83 constructor(response) { method in AuthError
92 constructor(response) { method in TokenError
H A DTokenRequest.js65 constructor(response) { method in TokenResponse
116 constructor(request) { method in Request
138 constructor(request, grantType) { method in TokenRequest
210 constructor(options) { method in AccessTokenRequest
249 constructor(options) { method in RefreshTokenRequest
282 constructor(request) { method in RevokeTokenRequest
/expo/tools/src/
H A DLogger.ts16 constructor(readonly resolver: LoggerResolver = CONSOLE_RESOLVER) {} method in Logger
63 constructor(readonly parentResolver: LoggerResolver = CONSOLE_RESOLVER) { method in LoggerBatch
/expo/packages/@expo/metro-runtime/src/location/
H A DLocation.native.ts7 constructor(message: string, name: string) { method in DOMException
19 constructor(href: string | null = null) { method in Location
/expo/packages/expo-dev-menu/android/src/main/java/expo/modules/devmenu/
H A DDevMenuUtils.kt28 val constructor = clazz.getConstructor(*argsType) in constructFromClass() constant
/expo/packages/@expo/config-plugins/build/utils/
H A Derrors.js11 constructor(message) { method in UnexpectedError
21 constructor(message, code, cause) { method in PluginError
/expo/packages/expo-image/src/utils/blurhash/
H A Derror.ts2 constructor(message: string) { method in ValidationError
/expo/packages/expo-dev-launcher/build/
H A DWebUnsupportedError.d.ts2 constructor(); method in WebUnsupportedError
H A DWebUnsupportedError.js2 constructor() { method in WebUnsupportedError
/expo/packages/expo-modules-core/src/errors/
H A DUnavailabilityError.ts10 constructor(moduleName: string, propertyName: string) { method in UnavailabilityError
/expo/packages/expo-dev-menu/src/
H A DWebUnsupportedError.ts2 constructor() { method in WebUnsupportedError
/expo/packages/expo-modules-core/build/errors/
H A DUnavailabilityError.d.ts8 constructor(moduleName: string, propertyName: string); method in UnavailabilityError
/expo/packages/expo-dev-menu/build/
H A DWebUnsupportedError.d.ts2 constructor(); method in WebUnsupportedError

12345678