/ark/js_runtime/docs/ |
D | development-example-zh.md | 18 ### 运行前准备 34 ### 运行hello-world.js 73 ### 反汇编hello-world.abc 120 ### 运行前准备 136 ### 运行Test262 238 ### 测试运行示例 278 ### 测试输出
|
D | development-example.md | 10 ### Preparations 26 ### Running **hello-world.js** 63 ### Disassembling **hello-world.abc** 110 ### Preparations 126 ### Running Test262 231 ### Example 271 ### Test Output
|
/ark/js_runtime/ecmascript/ |
D | runtime_call_id.h | 613 #define INTERPRETER_CALLER_ID(name) INTERPRETER_ID_##name, argument 615 #define BUILTINS_API_ID(class, name) BUILTINS_ID_##class##_##name, argument 617 #define ABSTRACT_OPERATION_ID(class, name) ABSTRACT_ID_##class##_##name, argument 619 #define MEM_ALLOCATE_AND_GC_ID(name) MEM_ID##name, argument 630 #define INTERPRETER_TRACE(thread, name) \ argument 635 #define INTERPRETER_TRACE(thread, name) static_cast<void>(0) // NOLINT(cppcoreguidelines-macro-usag… argument 640 #define BUILTINS_API_TRACE(thread, class, name) \ argument 646 #define ABSTRACT_OPERATION_TRACE(thread, class, name) \ argument 651 #define BUILTINS_API_TRACE(thread, class, name) static_cast<void>(0) // NOLINT(cppcoreguidelines-ma… argument 652 #define ABSTRACT_OPERATION_TRACE(thread, class, name) static_cast<void>(0) // NOLINT(cppcoreguideli… argument [all …]
|
D | runtime_trampolines.h | 29 #define DEF_RUNTIME_STUB(name, counter) RUNTIME_ID_##name, argument 36 #define DEF_RUNTIME_STUB(name, counter) RuntimeTrampolineId::RUNTIME_ID_##name in InitializeRuntimeTrampolines() argument 37 #define INITIAL_RUNTIME_FUNCTIONS(name, count) \ in InitializeRuntimeTrampolines() argument 45 #define DECLARE_RUNTIME_TRAMPOLINES(name, counter) \ argument
|
D | ecma_macros.h | 42 #define ECMA_BYTRACE_NAME(tag, name) \ argument 46 #define ECMA_BYTRACE_NAME(tag, name) trace::ScopedTrace scopedTrace(name) argument 67 #define ACCESSORS(name, offset, endOffset) … argument 110 #define ACCESSORS_FIXED_SIZE_FIELD(name, type, sizeType, offset, endOffset) \ argument 123 #define ACCESSORS_NATIVE_FIELD(name, type, offset, endOffset) \ argument 127 #define ACCESSORS_PRIMITIVE_FIELD(name, type, offset, endOffset) \ argument 131 #define ACCESSORS_BIT_FIELD(name, offset, endOffset) \ argument 139 #define SET_GET_BIT_FIELD(bitFieldName, name, type) \ argument 150 #define FIRST_BIT_FIELD(bitFieldName, name, type, bits) \ argument 155 #define NEXT_BIT_FIELD(bitFieldName, name, type, bits, lastName) \ argument [all …]
|
D | message_string.h | 34 #define DEF_MESSAGE_ID(name, string) Message_##name, argument 43 #define GET_MESSAGE_STRING_ID(name) static_cast<int>((MessageString::MessageId::Message_##name)) argument
|
D | global_env.h | 164 #define GLOBAL_ENV_SLOT(type, name, index) index, argument 171 #define GLOBAL_ENV_FIELD_ACCESSORS(type, name, index) … argument
|
D | global_env.cpp | 37 …ndle<JSTaggedValue> GlobalEnv::GetStringPrototypeFunctionByName(JSThread *thread, const char *name) in GetStringPrototypeFunctionByName() 46 JSHandle<JSTaggedValue> GlobalEnv::GetStringFunctionByName(JSThread *thread, const char *name) in GetStringFunctionByName()
|
D | js_proxy.cpp | 62 JSHandle<JSTaggedValue> name(thread->GlobalConstants()->GetHandledGetPrototypeOfString()); in GetPrototype() local 120 JSHandle<JSTaggedValue> name = thread->GlobalConstants()->GetHandledSetPrototypeOfString(); in SetPrototype() local 177 JSHandle<JSTaggedValue> name = thread->GlobalConstants()->GetHandledIsExtensibleString(); in IsExtensible() local 227 JSHandle<JSTaggedValue> name = thread->GlobalConstants()->GetHandledPreventExtensionsString(); in PreventExtensions() local 277 …JSHandle<JSTaggedValue> name = thread->GlobalConstants()->GetHandledGetOwnPropertyDescriptorString… in GetOwnProperty() local 370 JSHandle<JSTaggedValue> name = thread->GlobalConstants()->GetHandledDefinePropertyString(); in DefineOwnProperty() local 455 JSHandle<JSTaggedValue> name = thread->GlobalConstants()->GetHandledHasString(); in HasProperty() local 513 JSHandle<JSTaggedValue> name = thread->GlobalConstants()->GetHandledGetString(); in GetProperty() local 581 JSHandle<JSTaggedValue> name = thread->GlobalConstants()->GetHandledSetString(); in SetProperty() local 636 JSHandle<JSTaggedValue> name = thread->GlobalConstants()->GetHandledDeletePropertyString(); in DeleteProperty() local
|
/ark/js_runtime/ecmascript/compiler/ |
D | fast_stub_define.h | 185 #define DEF_STUB(name, counter) name##Id, argument 191 #define DEF_STUB(name, counter) name##Id, argument 198 #define DEF_STUB(name, counter) name##Id, argument 206 #define DEF_STUB(name, counter) NAME_##name, argument 212 #define DEF_STUB(name, counter) NAME_##name, argument 220 #define DEF_STUB(name, counter) STUB_##name, argument 230 #define TEST_STUB_ID(name) panda::ecmascript::kungfu::TestFuncStubId::name##Id argument 231 #define FAST_STUB_ID(name) panda::ecmascript::kungfu::CallStubId::NAME_##name argument 232 #define STUB_ID(name) panda::ecmascript::kungfu::StubId::STUB_##name argument
|
D | interpreter_stub.h | 26 InterpreterStub(const char* name, int argCount, Circuit *circuit) in InterpreterStub() 104 #define DECLARE_HANDLE_STUB_CLASS(name, argc) \ argument
|
/ark/js_runtime/ecmascript/tooling/backend/ |
D | debugger_executor.cpp | 39 Local<JSValueRef> name = argv[0]; in DebuggerGetValue() local 70 Local<JSValueRef> name = argv[0]; in DebuggerSetValue() local 89 Local<StringRef> name) in GetValue() 109 Local<StringRef> name, Local<JSValueRef> value) in SetValue() 132 Local<StringRef> name) in GetLocalValue() 146 Local<StringRef> name, Local<JSValueRef> value) in SetLocalValue() 160 Local<StringRef> name) in GetLexicalValue() 174 Local<StringRef> name, Local<JSValueRef> value) in SetLexicalValue() 187 Local<JSValueRef> DebuggerExecutor::GetGlobalValue(const EcmaVM *vm, Local<StringRef> name) in GetGlobalValue() 192 bool DebuggerExecutor::SetGlobalValue(const EcmaVM *vm, Local<StringRef> name, Local<JSValueRef> va… in SetGlobalValue()
|
/ark/runtime_core/assembler/ |
D | assembly-type.cpp | 41 panda_file::Type::TypeId Type::GetId(std::string_view name, bool ignore_primitive) in GetId() 45 #define PANDATYPE(name, inst_code) {std::string_view(name), panda_file::Type::TypeId::inst_code}, in GetId() argument 63 std::string name(component_name); in GetName() local 98 Type Type::FromName(std::string_view name, bool ignore_primitive) in FromName() 114 bool Type::IsPandaPrimitiveType(const std::string &name) in IsPandaPrimitiveType()
|
D | mangling.h | 28 inline std::string MangleFunctionName(const std::string &name, const std::vector<pandasm::Function:… in MangleFunctionName() 41 inline std::string DeMangleName(const std::string &name) in DeMangleName() 50 inline std::string MangleFieldName(const std::string &name, const pandasm::Type &type) in MangleFieldName()
|
/ark/runtime_core/verification/debug/options/ |
D | method_options_config.h | 32 MethodOptions &NewOptions(const String &name) in NewOptions() 36 const MethodOptions &GetOptions(const String &name) const in GetOptions() 40 bool IsOptionsPresent(const String &name) const in IsOptionsPresent()
|
/ark/runtime_core/scripts/ |
D | memusage.py | 38 def __init__(self, name): argument 57 def is_stack_region(name): argument 63 def is_heap_region(name, remote): argument 71 def is_file_path(name): argument 114 def get_mem_info(self, name, remote): argument
|
/ark/runtime_core/ |
D | README_zh.md | 45 ### 汇编器工具概述 99 ### 反汇编器工具概述
|
D | README.md | 45 ### Assembler ark\_asm 99 ### Disassembler ark\_disasm
|
/ark/js_runtime/ |
D | README_zh.md | 61 ### 接口说明<a name="section175841548124517"></a> 65 ### 使用说明<a name="section129654513264"></a>
|
D | README.md | 61 ### Available APIs<a name="section175841548124517"></a> 65 ### Usage Guidelines<a name="section129654513264"></a>
|
/ark/js_runtime/ecmascript/tooling/test/entry/ |
D | test_debugger_entry.cpp | 19 extern "C" bool StartDebug(const std::string &name, EcmaVM *vm, bool isDebugMode) in StartDebug() 24 extern "C" bool StopDebug(const std::string &name) in StopDebug()
|
/ark/js_runtime/test/moduletest/module/ |
D | module.js | 22 name: "HWCar_Test", property 32 name: "Polaris_Test", property
|
/ark/runtime_core/assembler/tests/ |
D | mangling_tests.cpp | 35 std::string name = "Asm.main"; in TEST() local 41 std::string name = "Asm.main:type1;type2;type3;type4;"; in TEST() local
|
/ark/js_runtime/ecmascript/tooling/test/utils/ |
D | test_entry.cpp | 27 bool StartDebuggerImpl([[maybe_unused]] const std::string &name, EcmaVM *vm, [[maybe_unused]] bool … in StartDebuggerImpl() 38 bool StopDebuggerImpl([[maybe_unused]] const std::string &name) in StopDebuggerImpl()
|
/ark/ts2abc/ |
D | bundle.json | 2 "name": "@ohos/ark_ts2abc", string 7 "name": "ark_frontend_tool", string
|