Home
last modified time | relevance | path

Searched refs:constructor (Results 1 – 25 of 171) sorted by relevance

1234567

/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.js.map1constructor() {\n super('ERR_CLIPBOARD_UNAVAILABLE', \"The 'AsyncClipboard' API is not availabl…
/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/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Classes/
H A DClassComponent.swift15 let constructor: AnySyncFunctionComponent? variable
28 self.constructor = elements.first(where: isConstructor) as? AnySyncFunctionComponent
51 let result = try? self.constructor?.call(by: this, withArguments: arguments) in build()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Classes/
H A DClassComponent.swift15 let constructor: AnySyncFunctionComponent? variable
28 self.constructor = elements.first(where: isConstructor) as? AnySyncFunctionComponent
51 let result = try? self.constructor?.call(by: this, withArguments: arguments) in build()
/expo/packages/expo-modules-core/ios/Swift/Classes/
H A DClassComponent.swift15 let constructor: AnySyncFunctionComponent? variable
28 self.constructor = elements.first(where: isConstructor) as? AnySyncFunctionComponent
48 …let result = try? self.constructor?.call(by: this, withArguments: arguments, appContext: appContex… in build()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Classes/
H A DClassComponent.swift15 let constructor: AnySyncFunctionComponent? variable
28 self.constructor = elements.first(where: isConstructor) as? AnySyncFunctionComponent
48 …let result = try? self.constructor?.call(by: this, withArguments: arguments, appContext: appContex… in build()
/expo/packages/eslint-config-universe/__tests__/__snapshots__/
H A Dnode-test.js.snap93 "ruleId": "no-buffer-constructor",
170 "ruleId": "no-buffer-constructor",
228 "ruleId": "no-buffer-constructor",
299 "ruleId": "no-buffer-constructor",
321 "ruleId": "no-buffer-constructor",
341 "ruleId": "no-buffer-constructor",
366 "ruleId": "no-buffer-constructor",
394 "ruleId": "no-buffer-constructor",
427 "ruleId": "no-buffer-constructor",
437 "ruleId": "no-buffer-constructor",
/expo/packages/@expo/config-plugins/build/utils/
H A Derrors.js11 constructor(message) { method in UnexpectedError
21 constructor(message, code, cause) { method in PluginError
H A Derrors.js.map1constructor","message","_defineProperty","exports","PluginError","code","cause","name"],"sources":…
/expo/packages/expo-dev-launcher/build/
H A DWebUnsupportedError.js2 constructor() { method in WebUnsupportedError
/expo/packages/expo-dev-menu/build/
H A DWebUnsupportedError.js2 constructor() { method in WebUnsupportedError
/expo/packages/@expo/metro-runtime/build/location/
H A DLocation.native.js11 constructor(message, name) { method in DOMException
22 constructor(href = null) { method in Location
168 return `${this.constructor.name} ${inspect(object)}`;
/expo/apps/bare-expo/relapse/
H A DRelapseError.js2 constructor(type, message) { method in RelapseError
/expo/packages/expo-image/build/utils/blurhash/
H A Derror.js2 constructor(message) { method in ValidationError
/expo/packages/expo-modules-core/build/errors/
H A DCodedError.js9 constructor(code, message) { method in CodedError
H A DUnavailabilityError.js9 constructor(moduleName, propertyName) { method in UnavailabilityError
/expo/apps/native-component-list/src/screens/GL/
H A DBeforePIXI.native.tsx4 constructor(nodeName: string) {
20 constructor(tagName: string) {
72 constructor() {
144 constructor(props: { localUri: string; width: number; height: number }) {
/expo/packages/expo-test-runner/build/
H A DTemplateFile.js35 constructor(template, platform = Platform_1.Platform.Both, shouldBeEvaluated = false) { method in TemplateFile
57 constructor(userFilePath, platform = Platform_1.Platform.Both, shouldBeEvaluated = false) { method in UserFile
77 constructor(template) { method in TemplateFilesFactory
H A DConfigReader.js6 constructor(path) { method in ConfigReader
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/
H A DABI47_0_0RCTComponentViewFactory.mm133 …auto constructor = [ABI47_0_0RCTLegacyViewManagerInteropComponentView componentDescriptorProvider]…
136 … componentHandle, componentName, flavor, constructor}];
147 …auto constructor = [ABI47_0_0RCTUnimplementedViewComponentView componentDescriptorProvider].constr…
150 componentHandle, componentName, flavor, constructor}];
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/
H A DABI48_0_0RCTComponentViewFactory.mm129 …auto constructor = [ABI48_0_0RCTLegacyViewManagerInteropComponentView componentDescriptorProvider]…
132 … componentHandle, componentName, flavor, constructor}];
143 …auto constructor = [ABI48_0_0RCTUnimplementedViewComponentView componentDescriptorProvider].constr…
146 componentHandle, componentName, flavor, constructor}];
/expo/packages/expo-dev-client/e2e/
H A Denvironments.js8 constructor(config, context) { method in CustomDetoxEnvironment
/expo/packages/@expo/package-manager/build/node/
H A DBasePackageManager.js15 constructor({ silent, log, env = process.env, ...options } = {}) { method in BasePackageManager
34 const className = this.constructor.name;

1234567