Home
last modified time | relevance | path

Searched defs:description (Results 1 - 25 of 25) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/symbolnew_fuzzer/
H A Dsymbolnew_fuzzer.cpp37 Local<StringRef> description = StringRef::NewFromUtf8(vm_, value, (int)size); in SymbolNewFuzzTest() local
/arkcompiler/ets_runtime/test/fuzztest/symbolrefgetdescription_fuzzer/
H A Dsymbolrefgetdescription_fuzzer.cpp33 Local<JSValueRef> description = StringRef::NewFromUtf8(vm, (char *)data, (int)size); in SymbolRefGetDescriptionFuzzTest() local
/arkcompiler/toolchain/build/config/mac/
H A Dxcrun.py14 description='A script to execute a command via xcrun.') variable
/arkcompiler/toolchain/tooling/test/testcases/
H A Djs_watch_basic_type_test.h135 std::string description = ""; in RecvWatchVaribleInfo() local
H A Djs_watch_set_type_test.h239 std::string description = ""; in RecvWatchSubtypeInfo() local
290 std::string description = ""; in RecvWatchObjectInfo() local
H A Djs_watch_other_type_test.h133 std::string description = ""; in RecvWatchSubtypeInfo() local
184 std::string description = ""; in RecvWatchFunctionInfo() local
H A Djs_watch_test.h207 std::string description; in RecvWatchDescriptionByJack() local
H A Djs_stepinto_arrow_test.h217 std::string description = ""; in RecvWatchInfo() local
H A Djs_stepinto_and_stepout_test.h209 std::string description = ""; in RecvWatchInfo() local
H A Djs_stepinto_test.h207 std::string description = ""; in RecvWatchInfo() local
/arkcompiler/ets_runtime/test/fuzztest/jsvaluerefobject_fuzzer/
H A Djsvaluerefobject_fuzzer.cpp37 Local<StringRef> description = StringRef::NewFromUtf8(vm, (char*)data, size); in JSValueRefIsSymbolFuzzTest() local
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
H A Dremote_object_type.h38 std::string description; member
44 std::optional<std::string> description; member
/arkcompiler/toolchain/tooling/client/manager/
H A Dwatch_manager.cpp190 std::string description; in ShowWatchResult() local
218 std::string description; in OutputWatchResult() local
224 std::cout << name << " = " << description; in OutputWatchResult() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
H A Dobject_repository.cpp101 static auto GetObjectProperties(NameT className, DescT description, const char *objectId) in GetObjectProperties() argument
/arkcompiler/toolchain/tooling/test/
H A Dpt_types_test.cpp424 std::string description = ObjectRemoteObject::DescriptionForObject(ecmaVm, date); in HWTEST_F_L0() local
432 std::string description = ObjectRemoteObject::DescriptionForObject(ecmaVm, promise); in HWTEST_F_L0() local
924 std::string description = ObjectRemoteObject::DescriptionForObject(ecmaVm, weakmap); in HWTEST_F_L0() local
949 std::string description = remoteObject->GetDescription(); HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_second_tests.cpp785 Local<StringRef> description = StringRef::NewFromUtf8(vm_, "test"); in HWTEST_F_L0() local
H A Djsnapi_first_tests.cpp306 Local<StringRef> description = StringRef::NewFromUtf8(vm_, "test"); in HWTEST_F_L0() local
H A Dffi_workload.cpp7714 Local<StringRef> description = StringRef::NewFromUtf8(vm_, testUtf8.c_str()); in HWTEST_F_L0() local
7728 Local<StringRef> description = StringRef::NewFromUtf8(vm_, testUtf8.c_str()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
H A Dshared_object_factory.cpp704 JSHandle<JSSymbol> ObjectFactory::NewSWellKnownSymbolWithChar(std::string_view description) in NewSWellKnownSymbolWithChar() argument
710 JSHandle<JSSymbol> ObjectFactory::NewSPublicSymbolWithChar(std::string_view description) in NewSPublicSymbolWithChar() argument
H A Ddump.cpp2639 JSTaggedValue description = GetDescription(); in Dump() local
H A Djs_function.cpp685 JSTaggedValue description = JSHandle<JSSymbol>::Cast(name)->GetDescription(); in SetFunctionName() local
824 JSTaggedValue description = JSSymbol::Cast(name.GetTaggedObject())->GetDescription(); in SetFunctionNameNoPrefix() local
H A Dobject_factory.cpp2404 JSHandle<JSSymbol> ObjectFactory::NewPrivateNameSymbolWithChar(std::string_view description) in NewPrivateNameSymbolWithChar() argument
2410 JSHandle<JSSymbol> ObjectFactory::NewWellKnownSymbolWithChar(std::string_view description) in NewWellKnownSymbolWithChar() argument
2416 JSHandle<JSSymbol> ObjectFactory::NewPublicSymbolWithChar(std::string_view description) in NewPublicSymbolWithChar() argument
2422 JSHandle<JSSymbol> ObjectFactory::NewSymbolWithTableWithChar(std::string_view description) in NewSymbolWithTableWithChar() argument
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.cpp254 void RemoteObject::AppendingSendableDescription(Local<JSValueRef> tagged, std::string &description) in AppendingSendableDescription() argument
263 std::string description = RemoteObject::ObjectDescription; in ResolveClassNameToDescription() local
278 std::string description in PrimitiveRemoteObject() local
240 AppendingHashToDescription(const EcmaVM *ecmaVm, Local<JSValueRef> tagged, std::string &description) AppendingHashToDescription() argument
287 std::string description = tagged->ToString(ecmaVm)->ToString(ecmaVm); PrimitiveRemoteObject() local
294 std::string description = tagged->ToString(ecmaVm)->ToString(ecmaVm) + "n"; // n : BigInt literal postfix PrimitiveRemoteObject() local
305 std::string description = tagged->DebuggerToString(ecmaVm); StringRemoteObject() local
315 std::string description = DescriptionForSymbol(ecmaVm, tagged); SymbolRemoteObject() local
327 std::string description = DescriptionForFunction(ecmaVm, tagged); FunctionRemoteObject() local
340 std::string description = DescriptionForGeneratorFunction(ecmaVm, tagged); GeneratorFunctionRemoteObject() local
354 std::string description = DescriptionForObject(ecmaVm, tagged); ObjectRemoteObject() local
368 std::string description = DescriptionForObject(ecmaVm, tagged); ObjectRemoteObject() local
537 std::string description = "[External: " + address.str() + "]"; DescriptionForNativePointer() local
543 std::string description = "Array(" + std::to_string(tagged->Length(ecmaVm)) + ")"; DescriptionForArray() local
556 std::string description = tagged->ToString(ecmaVm)->ToString(ecmaVm); DescriptionForDate() local
564 std::string description = "Map(" + std::to_string(tagged->GetSize(ecmaVm)) + ")"; DescriptionForMap() local
610 std::string description = "WeakMap(" + std::to_string(tagged->GetSize(ecmaVm)) + ")"; DescriptionForWeakMap() local
654 std::string description = ("Set(" + std::to_string(tagged->GetSize(ecmaVm)) + ")"); DescriptionForSet() local
689 std::string description = ("WeakSet(" + std::to_string(tagged->GetSize(ecmaVm)) + ")"); DescriptionForWeakSet() local
720 std::string description = ("DataView(" + std::to_string(tagged->ByteLength()) + ")"); DescriptionForDataView() local
741 std::string description = RemoteObject::ArrayIteratorDescription + "{}"; DescriptionForArrayIterator() local
747 std::string description = RemoteObject::SetIteratorDescription + "{}"; DescriptionForSetIterator() local
753 std::string description = RemoteObject::MapIteratorDescription + "{}"; DescriptionForMapIterator() local
760 std::string description = ObjectClassName::Arraybuffer + "(" + std::to_string(len) + ")"; DescriptionForArrayBuffer() local
767 std::string description = ("SharedArrayBuffer(" + std::to_string(len) + ")"); DescriptionForSharedArrayBuffer() local
774 std::string description = ("Uint8Array(" + std::to_string(len) + ")"); DescriptionForUint8Array() local
781 std::string description = ("Int8Array(" + std::to_string(len) + ")"); DescriptionForInt8Array() local
788 std::string description = ("Int16Array(" + std::to_string(len) + ")"); DescriptionForInt16Array() local
795 std::string description = ("Int32Array(" + std::to_string(len) + ")"); DescriptionForInt32Array() local
802 std::string description = RemoteObject::JSPrimitiveNumberDescription + "{[[PrimitiveValue]]: " + strValue + "}"; DescriptionForPrimitiveNumber() local
809 std::string description = RemoteObject::JSPrimitiveStringDescription + "{[[PrimitiveValue]]: " + strValue + "}"; DescriptionForPrimitiveString() local
816 std::string description = RemoteObject::JSPrimitiveBooleanDescription + "{[[PrimitiveValue]]: " + strValue + "}"; DescriptionForPrimitiveBoolean() local
831 std::string description = strFuncName + " {<" + strState + ">}"; DescriptionForGeneratorObject() local
837 std::string description = RemoteObject::WeakRefDescription + " {}"; DescriptionForWeakRef() local
843 std::string description = RemoteObject::DateTimeFormatDescription + " {}"; DescriptionForDateTimeFormat() local
849 std::string description = RemoteObject::NumberFormatDescription + " {}"; DescriptionForNumberFormat() local
855 std::string description = RemoteObject::CollatorDescription + " {}"; DescriptionForCollator() local
861 std::string description = RemoteObject::PluralRulesDescription + " {}"; DescriptionForPluralRules() local
867 std::string description = RemoteObject::JSLocaleDescription + " {}"; DescriptionForJSLocale() local
873 std::string description = RemoteObject::JSRelativeTimeFormatDescription + " {}"; DescriptionForJSRelativeTimeFormat() local
879 std::string description = RemoteObject::JSListFormatDescription + " {}"; DescriptionForJSListFormat() local
885 std::string description = "ArrayList"; DescriptionForArrayList() local
891 std::string description = "Deque"; DescriptionForDeque() local
897 std::string description = "HashMap"; DescriptionForHashMap() local
903 std::string description = "HashSet"; DescriptionForHashSet() local
909 std::string description = "LightWeightMap"; DescriptionForLightWeightMap() local
915 std::string description = "LightWeightSet"; DescriptionForLightWeightSet() local
921 std::string description = "LinkedList"; DescriptionForLinkedList() local
927 std::string description = "List"; DescriptionForList() local
933 std::string description = "PlainArray"; DescriptionForPlainArray() local
939 std::string description = "Queue"; DescriptionForQueue() local
945 std::string description = "Stack"; DescriptionForStack() local
951 std::string description = "TreeMap"; DescriptionForTreeMap() local
957 std::string description = "TreeSet"; DescriptionForTreeSet() local
963 std::string description = "Vector"; DescriptionForVector() local
969 std::string description = "Symbol(" + tagged->GetDescription(ecmaVm)->ToString(ecmaVm) + ")"; DescriptionForSymbol() local
982 std::string description = "function " + name->ToString(ecmaVm) + "( { " + sourceCode + " }"; DescriptionForFunction() local
996 std::string description = "function* " + name->ToString(ecmaVm) + "( { " + sourceCode + " }"; DescriptionForGeneratorFunction() local
1046 std::string description; Create() local
[all...]
H A Dpt_types.h357 RemoteObject &SetDescription(const std::string &description) in SetDescription() argument
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp2035 Local<SymbolRef> SymbolRef::New(const EcmaVM *vm, Local<StringRef> description) in New() argument
2054 JSTaggedValue description = JSSymbol::Cast( in GetDescription() local

Completed in 64 milliseconds