Searched refs:NameCallback (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/heap/cppgc/ |
D | gc-info.cc | 25 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()
|
D | gc-info-table.h | 26 NameCallback name;
|
/third_party/node/deps/v8/include/cppgc/internal/ |
D | gc-info.h | 40 NameCallback); 45 TraceCallback, NameCallback); 52 NameCallback); 58 NameCallback);
|
D | name-trait.h | 115 using NameCallback = HeapObjectName (*)(const void*); variable
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource13.ts | 32 NameCallback? (pre, identifierAst: Identifier): boolean; method
|
/third_party/typescript/tests/baselines/reference/ |
D | parserRealSource13.js | 33 NameCallback? (pre, identifierAst: Identifier): boolean;
|
D | parserRealSource13.types | 132 NameCallback? (pre, identifierAst: Identifier): boolean; 133 >NameCallback : (pre: any, identifierAst: Identifier) => boolean
|
D | parserRealSource13.symbols | 158 NameCallback? (pre, identifierAst: Identifier): boolean; 159 >NameCallback : Symbol(AstWalkerDetailCallback.NameCallback, Decl(parserRealSource13.ts, 30, 52))
|
D | parserRealSource13.errors.txt | 201 NameCallback? (pre, identifierAst: Identifier): boolean;
|