Home
last modified time | relevance | path

Searched defs:classMethod (Results 1 – 2 of 2) sorted by relevance

/third_party/jsframework/mock-generate/src/declaration-node/
DclassDeclaration.ts43 const classMethod: Map<string, Array<MethodEntity>> = new Map<string, Array<MethodEntity>>(); constant
99 classMethod: Map<string, Array<MethodEntity>>, property
/third_party/node/test/fixtures/apilinks/
Dprototype.js8 Class.classMethod = function() {} function in Class