Home
last modified time | relevance | path

Searched refs:checkFunctionExists (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/js/experimental/runtime/internal/
Dchecks_test.js6 const {CHECK_TYPE, checkDefAndNotNull, checkFunctionExists} = goog.require('protobuf.internal.check…
37 expect(() => checkFunctionExists(foo)).toThrow();
39 checkFunctionExists(foo);
46 expect(() => checkFunctionExists(foo)).toThrow();
48 checkFunctionExists(foo);
56 checkFunctionExists(foo);
Dchecks.js271 function checkFunctionExists(func) { function
693 checkFunctionExists, property
/third_party/protobuf/js/experimental/runtime/kernel/
Dkernel.js26 …t32Array, checkDefAndNotNull, checkElementIndex, checkFieldNumber, checkFunctionExists, checkState…
51 checkFunctionExists(message.internalGetKernel);
64 checkFunctionExists(emptyMessage.internalGetKernel);