Home
last modified time | relevance | path

Searched defs:prototypes (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/tests/jerry/es5.1/
Dbuiltin-prototypes.js69 var prototypes = [ variable
/third_party/jerryscript/tests/jerry/es2015/
Dbuiltin-prototypes.js16 var prototypes = [ variable
/third_party/python/Doc/library/
Dctypes.rst442 .. _ctypes-return-types:
1822 .. _ctypes-utility-functions:
/third_party/typescript/src/services/codefixes/
DconvertFunctionToEs6Class.ts73 const prototypes = firstDeclaration.parent.right; constant