Home
last modified time | relevance | path

Searched refs:isSet (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/
H A Dcl_ut_test.cpp168 bool isSet = testopts::booloptEnabled; in TEST() local
169 ASSERT_EQ(isSet, true); in TEST()
171 isSet = testopts::booloptDisabled; in TEST()
172 ASSERT_EQ(isSet, false); in TEST()
192 bool isSet = (testopts::booloptEnabled == true); in TEST() local
193 ASSERT_EQ(isSet, true); in TEST()
194 isSet = (testopts::booloptEnabled == lBool); in TEST()
195 ASSERT_EQ(isSet, false); in TEST()
197 isSet = (testopts::testStr == "DATA"); in TEST()
198 ASSERT_EQ(isSet, tru in TEST()
227 bool isSet = (testopts::booloptEnabled == true); TEST() local
457 bool isSet = testopts::doubleDefinedOpt; TEST() local
471 bool isSet = testopts::doubleDefinedOpt; TEST() local
489 bool isSet = testopts::defaultBool; TEST() local
514 bool isSet = testopts::enable; TEST() local
528 bool isSet = testopts::enable; TEST() local
546 bool isSet = testopts::enable2; TEST() local
561 bool isSet = testopts::enable2; TEST() local
672 bool isSet = testopts::booloptEnabled; TEST() local
825 bool isSet = testopts::cat1Opt1; TEST() local
842 bool isSet = testopts::cat12Opt; TEST() local
909 bool isSet = (tst == opt); TEST() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dcl_option.h261 if (defaultValue.isSet) {
336 bool isSet = false; member
368 defaultValue.isSet = true; in SetDefaultAttribute()
464 if (this->defaultValue.isSet) {
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefiscontainer_fuzzer/
H A Djsvaluerefiscontainer_fuzzer.cpp123 Local<SetRef> isSet = JSNApiHelper::ToLocal<SetRef>(setTag); in JSValueRefIsSetFuzzTest() local
124 isSet->IsSet(vm); in JSValueRefIsSetFuzzTest()

Completed in 4 milliseconds