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:newObj
(Results
1 - 2
of
2
) sorted by relevance
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H
A
D
arkModifier.js
39
let
newObj
= { ...obj };
40
newObj
.applyStage = obj === null || obj === void 0 ? void 0 : obj.applyStage;
41
newObj
.applyPeer = obj === null || obj === void 0 ? void 0 : obj.applyPeer;
42
newObj
.checkObjectDiff = obj === null || obj === void 0 ? void 0 : obj.checkObjectDiff;
43
return
newObj
;
53
let
newObj
= { ...obj };
54
newObj
.applyStage = obj === null || obj === void 0 ? void 0 : obj.applyStage;
55
newObj
.applyPeer = obj === null || obj === void 0 ? void 0 : obj.applyPeer;
56
newObj
.checkObjectDiff = obj === null || obj === void 0 ? void 0 : obj.checkObjectDiff;
57
return
newObj
;
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_navigation.cpp
155
JSRef<JSObject>
newObj
;
in Create()
local
178
newObj
= JSRef<JSObject>::Cast(info[0]);
in Create()
200
newObj
= JSRef<JSObject>::Cast(info[0]);
in Create()
213
auto stackUpdater = [&
newObj
, &info](RefPtr<NG::NavigationStack> stack) {
in Create()
214
NavigationModel::GetInstance()->SetNavigationStackProvided(!
newObj
->IsEmpty());
in Create()
220
if (
newObj
->IsEmpty()) {
in Create()
221
newObj
= JSNavPathStack::CreateNewNavPathStackJSObject();
in Create()
224
JSNavPathStack::SetNativeNavPathStack(
newObj
, nativeObj);
in Create()
225
jsStack->SetDataSourceObj(
newObj
);
in Create()
226
} else if (!
newObj
in Create()
[all...]
Completed in 2 milliseconds