Home
last modified time | relevance | path

Searched refs:IsShared (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_sharedarraybuffer.h37 static bool IsShared(JSTaggedValue arrayBuffer);
H A Dbuiltins_sharedarraybuffer.cpp73 bool BuiltinsSharedArrayBuffer::IsShared(JSTaggedValue arrayBuffer) in IsShared() function in panda::ecmascript::builtins::BuiltinsSharedArrayBuffer
170 if (!IsShared(thisHandle.GetTaggedValue())) { in Slice()
225 if (!IsShared(newArrBuf.GetTaggedValue())) { in Slice()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_sharedarraybuffer_test.cpp100 // IsShared false in HWTEST_F_L0()
186 HWTEST_F_L0(BuiltinsSharedArrayBufferTest, IsShared) in HWTEST_F_L0()
190 bool result = BuiltinsSharedArrayBuffer::IsShared(jsArrayBuffer.GetTaggedValue()); in HWTEST_F_L0()
197 bool result1 = BuiltinsSharedArrayBuffer::IsShared(arrBuf1.GetTaggedValue()); in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/parser/program/
H A Dprogram.h213 bool IsShared() const in IsShared() function in panda::es2panda::panda::es2panda::panda::es2panda::parser::Program
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dmethod_literal.h293 bool IsShared() const in IsShared() function
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
H A Demitter.cpp1036 bool isShared = context->Binder()->Program()->IsShared(); in AddSharedModuleRecord()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp267 (decl->AsTSEnumDeclaration()->IsConst() && program_->IsShared())) { in VisitTSNode()
/arkcompiler/ets_frontend/es2panda/parser/
H A DparserImpl.cpp196 if (program_.IsShared()) { in ParseProgram()
H A DstatementParser.cpp3294 if (importDeclaration->Specifiers().empty() && program_.IsShared()) { in ParseImportDeclaration()

Completed in 20 milliseconds