Home
last modified time | relevance | path

Searched refs:NameCallback (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dgc-info.cc25 FinalizationCallback finalization_callback, NameCallback name_callback) { in EnsureGCInfoIndexPolymorphic()
43 NameCallback name_callback) { in EnsureGCInfoIndexPolymorphic()
58 FinalizationCallback finalization_callback, NameCallback name_callback) { in EnsureGCInfoIndexNonPolymorphic()
76 NameCallback name_callback) { in EnsureGCInfoIndexNonPolymorphic()
Dgc-info-table.h26 NameCallback name;
/third_party/node/deps/v8/include/cppgc/internal/
Dgc-info.h40 NameCallback);
45 TraceCallback, NameCallback);
52 NameCallback);
58 NameCallback);
Dname-trait.h115 using NameCallback = HeapObjectName (*)(const void*); variable
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource13.ts32 NameCallback? (pre, identifierAst: Identifier): boolean; method
/third_party/typescript/tests/baselines/reference/
DparserRealSource13.js33 NameCallback? (pre, identifierAst: Identifier): boolean;
DparserRealSource13.types132 NameCallback? (pre, identifierAst: Identifier): boolean;
133 >NameCallback : (pre: any, identifierAst: Identifier) => boolean
DparserRealSource13.symbols158 NameCallback? (pre, identifierAst: Identifier): boolean;
159 >NameCallback : Symbol(AstWalkerDetailCallback.NameCallback, Decl(parserRealSource13.ts, 30, 52))
DparserRealSource13.errors.txt201 NameCallback? (pre, identifierAst: Identifier): boolean;