Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_value_accessor.h54 bool isSendable; member
Dmodule_value_accessor.cpp440 JSHandle<SourceTextModule> requiredModule, int32_t index, bool isSendable) in LogModuleLoadInfo()
/arkcompiler/ets_runtime/ecmascript/
Dmethod.h288 uint64_t SetIsSendable(uint64_t extraLiteralInfo, bool isSendable) in SetIsSendable()
420 void SetIsSendable(bool isSendable) in SetIsSendable()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp148 JSTaggedValue resolvedBinding, bool isSendable) in GetModuleValueFromRecordIndexBinding()
156 JSTaggedValue resolvedBinding, bool isSendable) in GetModuleValueFromIndexBinding()
164 JSTaggedValue resolvedBinding, int32_t index, bool isSendable) in GetModuleValueFromRecordBinding()