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:NewPropertyBox
(Results
1 - 14
of
14
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/tests/
H
A
D
property_box_test.cpp
51
* @tc.desc: Creating PropertyBox object through "
NewPropertyBox
" function,the Property value is exist,then calling
61
JSHandle<PropertyBox> handlePropertyBox = factory->
NewPropertyBox
(handleValue);
in HWTEST_F_L0()
71
* @tc.desc: Creating PropertyBox object through "
NewPropertyBox
" function,this object call "SetValue" function
80
JSHandle<JSTaggedValue> handlePropertyBoxVal(factory->
NewPropertyBox
(handleValue));
in HWTEST_F_L0()
H
A
D
ic_runtime_stub_test.cpp
72
JSHandle<PropertyBox> handleBoxValue = factory->
NewPropertyBox
(handleValue);
in HWTEST_F_L0()
101
factory->
NewPropertyBox
(JSHandle<JSTaggedValue>(thread, JSTaggedValue::Undefined()));
in HWTEST_F_L0()
132
JSHandle<PropertyBox> handlePropertyBox = factory->
NewPropertyBox
(handleValue);
in HWTEST_F_L0()
219
JSHandle<JSTaggedValue> handlerPropertyBoxVal(factory->
NewPropertyBox
(handleBoxValue));
in HWTEST_F_L0()
336
JSHandle<PropertyBox> boxHandler = factory->
NewPropertyBox
(keyHandle);
in HWTEST_F_L0()
394
JSHandle<PropertyBox> boxHandler = factory->
NewPropertyBox
(keyHandle);
in HWTEST_F_L0()
525
JSHandle<PropertyBox> handlerValue = factory->
NewPropertyBox
(handleUndefinedVal);
in HWTEST_F_L0()
H
A
D
ic_handler_test.cpp
157
JSHandle<PropertyBox> cellHandle = factory->
NewPropertyBox
(handleKey);
in HWTEST_F_L0()
194
JSHandle<PropertyBox> cellHandle = factory->
NewPropertyBox
(handleKey);
in HWTEST_F_L0()
H
A
D
profile_type_info_test.cpp
78
JSHandle<JSTaggedValue> newBox(factory->
NewPropertyBox
(newValue));
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/tests/
H
A
D
global_dictionary_test.cpp
85
JSHandle<JSTaggedValue> propertyBox(factory->
NewPropertyBox
(handleValue));
in HWTEST_F_L0()
86
JSHandle<JSTaggedValue> propertyBox1(factory->
NewPropertyBox
(handleValue1));
in HWTEST_F_L0()
166
JSHandle<JSTaggedValue> propertyBox(factory->
NewPropertyBox
(handleValue));
in HWTEST_F_L0()
177
JSHandle<JSTaggedValue> propertyBox(factory->
NewPropertyBox
(handleValue));
in HWTEST_F_L0()
306
JSHandle<JSTaggedValue> propertyBox(factory->
NewPropertyBox
(handleValue));
in HWTEST_F_L0()
H
A
D
object_operator_third_test.cpp
83
JSHandle<PropertyBox> cellHandle1 = factory->
NewPropertyBox
(handleValue1);
in HWTEST_F_L0()
84
JSHandle<PropertyBox> cellHandle2 = factory->
NewPropertyBox
(handleValue2);
in HWTEST_F_L0()
346
JSHandle<PropertyBox> cellHandle = factory->
NewPropertyBox
(handleKey);
in HWTEST_F_L0()
H
A
D
object_operator_first_test.cpp
313
JSHandle<JSTaggedValue> handleValue1(factory->
NewPropertyBox
(handleReceiver));
in HWTEST_F_L0()
397
JSHandle<PropertyBox> cellHandle = factory->
NewPropertyBox
(handleKey);
in HWTEST_F_L0()
H
A
D
object_operator_second_test.cpp
210
JSHandle<PropertyBox> cellHandle = factory->
NewPropertyBox
(handleKey);
in HWTEST_F_L0()
H
A
D
dump_test.cpp
1091
JSHandle<PropertyBox> PropertyBox = factory->
NewPropertyBox
(globalConst->GetHandledEmptyArray());
in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
global_dictionary-inl.h
227
JSHandle<PropertyBox> newBox = factory->
NewPropertyBox
(oldValue);
in InvalidateAndReplaceEntry()
H
A
D
object_operator.cpp
1044
JSHandle<PropertyBox> cellHandle = factory->
NewPropertyBox
(key_);
in AddPropertyInternal()
H
A
D
object_factory.h
394
JSHandle<PropertyBox>
NewPropertyBox
(const JSHandle<JSTaggedValue> &name);
H
A
D
object_factory.cpp
3293
JSHandle<PropertyBox> ObjectFactory::
NewPropertyBox
(const JSHandle<JSTaggedValue> &value)
in NewPropertyBox()
function in panda::ecmascript::ObjectFactory
/arkcompiler/ets_runtime/ecmascript/stubs/
H
A
D
runtime_stubs-inl.h
785
auto box = factory->
NewPropertyBox
(JSHandle<JSTaggedValue>(thread, JSTaggedValue::Hole()));
in RuntimeStGlobalRecord()
805
JSHandle<PropertyBox> box = factory->
NewPropertyBox
(value);
in RuntimeStGlobalRecord()
Completed in 30 milliseconds