Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Escape
(Results
1 - 17
of
17
) sorted by relevance
/foundation/arkui/napi/native_engine/impl/ark/
H
A
D
ark_native_engine.cpp
393
return scope.
Escape
(exports);
in ArkNativeEngine()
409
return scope.
Escape
(exports);
in ArkNativeEngine()
431
return scope.
Escape
(it->second.ToLocal(ecmaVm));
in ArkNativeEngine()
445
return scope.
Escape
(exports);
in ArkNativeEngine()
457
return scope.
Escape
(exports);
in ArkNativeEngine()
476
return scope.
Escape
(exportCopy);
in ArkNativeEngine()
482
return scope.
Escape
(exports);
in ArkNativeEngine()
489
return scope.
Escape
(exports);
in ArkNativeEngine()
509
return scope.
Escape
(exports);
in ArkNativeEngine()
518
return scope.
Escape
(i
in ArkNativeEngine()
[all...]
/foundation/arkui/napi/native_engine/
H
A
D
native_engine.cpp
55
"
Escape
called twice",
864
return JsValueFromLocalValue(scope.
Escape
(undefObj));
in RunScriptForAbc()
905
return JsValueFromLocalValue(scope.
Escape
(undefObj));
in RunScriptInRestrictedThread()
H
A
D
native_api.cpp
91
Local<T>
Escape
(Local<T> value)
in Escape()
function in EscapableHandleScopeWrapper
94
return scope_.
Escape
(value);
in Escape()
478
*result = JsValueFromLocalValue(scope.
Escape
(fn));
in napi_create_function()
1399
*result = JsValueFromLocalValue(scope.
Escape
(resultValue));
in napi_define_class()
1437
*result = JsValueFromLocalValue(scope.
Escape
(resultValue));
in napi_define_sendable_class()
2275
*result = JsValueFromLocalValue(s->
Escape
(LocalValueFromJsValue(escapee)));
in napi_escape_handle()
3902
return scope.
Escape
(result);
in AttachFuncCallback()
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H
A
D
js_runtime_utils.h
244
napi_value
Escape
(napi_value value);
/foundation/ability/ability_runtime/frameworks/native/ability/native/ui_extension_ability/
H
A
D
js_ui_extension.cpp
846
return handleEscape.
Escape
(result);
in CallObjectMethod()
915
return handleEscape.
Escape
(result);
in CallOnDisconnect()
H
A
D
js_ui_extension_base.cpp
770
return handleEscape.
Escape
(result);
in CallObjectMethod()
/foundation/distributeddatamgr/data_share/frameworks/native/provider/src/
H
A
D
js_datashare_ext_ability.cpp
330
auto result = handleEscape.
Escape
(callResult);
in CallObjectMethod()
393
return handleEscape.
Escape
(remoteNapi);
in CallObjectMethod()
/foundation/ability/ability_runtime/frameworks/native/runtime/
H
A
D
js_runtime_utils.cpp
158
// Handle
Escape
176
napi_value HandleEscape::
Escape
(napi_value value)
in Escape()
function in OHOS::AbilityRuntime::HandleEscape
/foundation/ability/ability_runtime/frameworks/native/ability/native/form_runtime/
H
A
D
js_form_extension.cpp
345
return handleEscape.
Escape
(result);
in CallObjectMethod()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H
A
D
ark_js_runtime.cpp
474
return scope.
Escape
(std::static_pointer_cast<ArkJSValue>(result)->GetValue(runtime));
in Callback()
/foundation/communication/netmanager_ext/frameworks/native/vpnextension/src/
H
A
D
js_vpn_extension.cpp
520
return handleEscape.
Escape
(result);
in CallOnDisconnect()
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H
A
D
js_auto_fill_extension.cpp
641
return handleEscape.
Escape
(result);
in CallObjectMethod()
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H
A
D
js_file_access_ext_ability.cpp
164
return handleEscape.
Escape
(result);
in CallObjectMethod()
212
if (!param->retParser(env, handleEscape.
Escape
(result))) {
in DoCallJsMethod()
/foundation/ability/ability_runtime/frameworks/native/ability/native/
H
A
D
js_service_extension.cpp
680
return handleEscape.
Escape
(result);
in CallOnDisconnect()
/foundation/ability/ability_runtime/frameworks/native/ability/native/ability_runtime/
H
A
D
js_ability.cpp
1007
return handleEscape.
Escape
(result);
in CallObjectMethod()
H
A
D
js_ui_ability.cpp
1420
return handleEscape.
Escape
(result);
in CallObjectMethod()
/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/
H
A
D
ext_backup_js.cpp
778
if (!param->retParser(env, handleEscape.
Escape
(result))) {
in DoCallJsMethod()
Completed in 33 milliseconds