Home
last modified time | relevance | path

Searched defs:script (Results 401 - 425 of 429) sorted by relevance

1...<<1112131415161718

/third_party/node/src/
H A Djs_native_api_v8.cc1686 auto script = in PrepareStackTraceCallback() local
1622 OH_JSVM_CompileScript(JSVM_Env env, JSVM_Value script, const uint8_t *cachedData, size_t cachedDataLength, bool eagerCompile, bool* cacheRejected, JSVM_Script* result) OH_JSVM_CompileScript() argument
1716 OH_JSVM_CompileScriptWithOrigin(JSVM_Env env, JSVM_Value script, const uint8_t* cachedData, size_t cachedDataLength, bool eagerCompile, bool* cacheRejected, JSVM_ScriptOrigin* origin, JSVM_Script* result) OH_JSVM_CompileScriptWithOrigin() argument
1842 OH_JSVM_CompileScriptWithOptions(JSVM_Env env, JSVM_Value script, size_t optionCount, JSVM_CompileOptions options[], JSVM_Script* result) OH_JSVM_CompileScriptWithOptions() argument
1872 OH_JSVM_CreateCodeCache(JSVM_Env env, JSVM_Script script, const uint8_t** data, size_t* length) OH_JSVM_CreateCodeCache() argument
1898 OH_JSVM_RunScript(JSVM_Env env, JSVM_Script script, JSVM_Value* result) OH_JSVM_RunScript() argument
2177 OH_JSVM_CreateFunctionWithScript(JSVM_Env env, const char* funcName, size_t length, size_t argc, const JSVM_Value* argv, JSVM_Value script, JSVM_Value* result) OH_JSVM_CreateFunctionWithScript() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc1000 PipelineStatistics* CreatePipelineStatistics(Handle<Script> script, in CreatePipelineStatistics() argument
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc531 void Parser::ParseProgram(Isolate* isolate, Handle<Script> script, in ParseProgram() argument
436 Parser(LocalIsolate* local_isolate, ParseInfo* info, Handle<Script> script) Parser() argument
881 Handle<Script> script = handle(Script::cast(shared_info->script()), isolate); ParseFunction() local
3359 HandleSourceURLComments(IsolateT* isolate, Handle<Script> script) HandleSourceURLComments() argument
3375 UpdateStatistics(Isolate* isolate, Handle<Script> script) UpdateStatistics() argument
3395 UpdateStatistics( Handle<Script> script, base::SmallVector<v8::Isolate::UseCounterFeature, 8>* use_counts, int* preparse_skipped) UpdateStatistics() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc1448 void V8HeapExplorer::ExtractScriptReferences(HeapEntry* entry, Script script) { in ExtractScriptReferences() argument
[all...]
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.cpp3337 std::string script; in RunJS() local
3459 std::string script; in RunJSBackToOriginal() local
3397 RunJavaScriptInternal(napi_env env, napi_callback_info info, const std::string &script, bool extention) RunJavaScriptInternal() argument
5724 std::string script; PrecompileJavaScript() local
[all...]
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp190 std::string script = preferredLocaleInfo->getScript(); in AddResConfigInfo() local
1056 auto script = localeInfo->getScript(); in CommonInitializeForm() local
1434 std::string script; in SetConfiguration() local
1611 auto script = localeInfo->getScript(); CommonInitialize() local
[all...]
/kernel/linux/linux-5.10/include/linux/mfd/
H A Dtwl.h643 struct twl4030_ins *script; member
/test/xts/acts/arkui/ace_napi_test_es/entry/src/main/cpp/napi/
H A Dnapi_test.cpp1937 napi_value script, result; in runScript() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c4995 int32_t script = equivalentScripts[i]; TestEquivalentReorderingScripts() local
[all...]
H A Dcloctst.c7157 const char* script = "und-lALA"; in TestUsingDefaultWarning() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp5319 void RBBITest::runLSTMTestFromFile(const char* filename, UScriptCode script) { in runLSTMTestFromFile() argument
/third_party/node/deps/v8/src/wasm/
H A Dmodule-compiler.cc2164 auto script = in PrepareRuntimeObjects() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc1382 void Factory::AddToScriptList(Handle<Script> script) { in AddToScriptList() argument
1389 Handle<Script> Factory::CloneScript(Handle<Script> script) { in CloneScript() argument
3153 NewJSMessageObject( MessageTemplate message, Handle<Object> argument, int start_position, int end_position, Handle<SharedFunctionInfo> shared_info, int bytecode_offset, Handle<Script> script, Handle<Object> stack_frames) NewJSMessageObject() argument
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc708 Handle<Script> script = factory()->NewScript(source); in CreateEmptyFunction() local
/third_party/node/deps/v8/src/objects/
H A Dobjects.cc4800 int Script::GetEvalPosition(Isolate* isolate, Handle<Script> script) { in GetEvalPosition() argument
4823 void Script::InitLineEnds(IsolateT* isolate, Handle<Script> script) { in InitLineEnds() argument
4849 GetPositionInfo(Handle<Script> script, int position, PositionInfo* info, OffsetFlag offset_flag) GetPositionInfo() argument
4911 GetPositionInfoSlow(const Script script, int position, const DisallowGarbageCollection& no_gc, Script::PositionInfo* info) GetPositionInfoSlow() argument
5015 GetColumnNumber(Handle<Script> script, int code_pos) GetColumnNumber() argument
5027 GetLineNumber(Handle<Script> script, int code_pos) GetLineNumber() argument
5046 FindSharedFunctionInfo( Handle<Script> script, IsolateT* isolate, FunctionLiteral* function_literal) FindSharedFunctionInfo() argument
5075 FindWebSnapshotSharedFunctionInfo( Handle<Script> script, Isolate* isolate, FunctionLiteral* function_literal) FindWebSnapshotSharedFunctionInfo() argument
5139 FindWebSnapshotSharedFunctionInfo( Handle<Script> script, LocalIsolate* isolate, FunctionLiteral* function_literal) FindWebSnapshotSharedFunctionInfo() argument
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp5103 std::string script; in ParseScriptItems() local
/kernel/linux/linux-5.10/drivers/scsi/
H A Dncr53c8xx.c1794 struct script { global() struct
[all...]
/kernel/linux/linux-6.6/drivers/scsi/
H A Dncr53c8xx.c1791 struct script { global() struct
[all...]
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp2081 napi_value script, result; in runScript() local
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp250 JSVM_Script script; in testEngineAndContext() local
2952 JSVM_Script script; in Add() local
2969 JSVM_Script script = nullptr; in test() local
6960 JSVM_Script script; in DefineMethodProperties() local
6984 JSVM_Script script; DefineStringProperties() local
7018 JSVM_Script script; DefineGetterProperties() local
8161 JSVM_Script script; DebugCodeUsingCpuProfiler() local
8252 JSVM_Script script; DebugCodeUsingInspector() local
8380 JSVM_Script script; testIsCallable() local
8522 JSVM_Script script; testHandleMicrotasks() local
8592 JSVM_Script script; testJswmInterface() local
8715 JSVM_Script script = nullptr; testCompileScriptWithOptions() local
8801 JSVM_Script script = nullptr; testRetainScript() local
8858 JSVM_Script script; testOpenInspectorWithName() local
8898 JSVM_Script script; useArrayBuffer() local
9994 JSVM_Script script; ExecuteJsScript() local
10005 JSVM_Script script; ExecuteJsScript() local
[all...]
/third_party/icu/ohos_icu4c/src/
H A Dicu_addon.cpp1925 int32_t uloc_getDisplayScript(const char *locale, const char *displayLocale, UChar *script, int32_t scriptCapacity, in uloc_getDisplayScript() argument
1980 int32_t uloc_getScript(const char *localeID, char *script, int32_t scriptCapacity, UErrorCode *err) in uloc_getScript() argument
2299 UBool uscript_breaksBetweenLetters(UScriptCode script) in uscript_breaksBetweenLetters() argument
2311 int32_t uscript_getSampleString(UScriptCode script, UChar *dest, int32_t capacity, UErrorCode *pErrorCode) in uscript_getSampleString() argument
2327 UScriptUsage uscript_getUsage(UScriptCode script) in uscript_getUsage() argument
2335 uscript_isCased(UScriptCode script) uscript_isCased() argument
2339 uscript_isRightToLeft(UScriptCode script) uscript_isRightToLeft() argument
[all...]
/third_party/node/deps/v8/src/d8/
H A Dd8.cc706 i::Handle<i::Script> script = parse_info.CreateScript( in ExecuteString() local
750 Local<Script> script; in ExecuteString() local
1924 Local<UnboundScript> script; RealmEval() local
2904 Local<Script> script = Stringify() local
3369 LineFromOffset(Local<debug::Script> script, int offset) LineFromOffset() argument
3404 Local<debug::Script> script = script_data.GetScript(); WriteLcovData() local
4109 Worker(const char* script) Worker() argument
[all...]
/third_party/node/deps/v8/src/execution/
H A Disolate.cc1755 Handle<Script> script = location->script(); ThrowInternal() local
2360 Handle<Object> script = summary.script(); ThrowInternal() local
2396 Handle<Object> script = JSReceiver::GetDataProperty( ThrowInternal() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc752 AllocateDeclarations(UnoptimizedCompilationInfo* info, BytecodeGenerator* generator, Handle<Script> script, IsolateT* isolate) AllocateDeclarations() argument
1134 BytecodeGenerator( LocalIsolate* local_isolate, Zone* compile_zone, UnoptimizedCompilationInfo* info, const AstStringConstants* ast_string_constants, std::vector<FunctionLiteral*>* eager_inner_literals, Handle<Script> script) BytecodeGenerator() argument
1202 FinalizeBytecode( IsolateT* isolate, Handle<Script> script) FinalizeBytecode() argument
1272 AllocateDeferredConstants(IsolateT* isolate, Handle<Script> script) AllocateDeferredConstants() argument
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_internal.h1819 uint8_t script; /* ucp_Arabic, etc. */ member

Completed in 172 milliseconds

1...<<1112131415161718