Home
last modified time | relevance | path

Searched refs:onInit (Results 1 - 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DcomputedPropertyName.js4 export const onInit = Symbol("onInit");
7 import type { onInit } from "./framework-hooks";
10 [onInit]?(): void;
14 [onInit]: any;
18 [onInit]: 0 // Error
22 [onInit]: any; // Error (because class fields)
26 [onInit] = 0; // Error
30 [onInit]() {} // Error
34 abstract [onInit]()
[all...]
/third_party/node/lib/internal/
H A Dpromise_hooks.js100 const onInit = makeUseHook('init');
108 if (init) ArrayPrototypePush(hooks, onInit(init));
122 onInit,
/third_party/node/test/parallel/
H A Dtest-promise-hook-exceptions.js24 testHook('onInit');
29 const stop = promiseHooks.onInit(common.mustCall(2));
/third_party/skia/src/android/
H A DSkAnimatedImage.cpp115 bool SkAnimatedImage::Frame::init(const SkImageInfo& info, OnInit onInit) { in init() argument
125 if (OnInit::kRestoreIfNecessary == onInit) { in init()

Completed in 2 milliseconds