Home
last modified time | relevance | path

Searched defs:getBoolean (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interfaces/interface_method_returns_value/js_interface/
Dindex.js89 getBoolean() { method in GenericInterface
166 getBoolean() { method
Dindex.ts96 public getBoolean: TFunctionReturnsBoolean = function(): Object { property in GenericInterface
/arkcompiler/ets_frontend/ets2panda/bindings/native/src/
Dconvertors-napi.cpp50 KBoolean getBoolean(napi_env env, napi_value value) in getBoolean() function