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:ownKeys
(Results
1 - 4
of
4
) sorted by relevance
/arkcompiler/ets_runtime/test/moduletest/builtins/
H
A
D
builtinsobjectaddproperty.js
37
print(Reflect.
ownKeys
(object).length);
/arkcompiler/ets_runtime/ecmascript/builtins/
H
A
D
builtins_object.cpp
406
// 3. Let
ownKeys
be ? obj.[[OwnPropertyKeys]]().
in GetOwnPropertyDescriptors()
407
JSHandle<TaggedArray>
ownKeys
=
in GetOwnPropertyDescriptors()
local
410
// 4.ReturnIfAbrupt(
ownKeys
).
in GetOwnPropertyDescriptors()
419
// 6.For each element key of
ownKeys
, do
in GetOwnPropertyDescriptors()
423
uint32_t length =
ownKeys
->GetLength();
in GetOwnPropertyDescriptors()
426
handleKey.Update(
ownKeys
->Get(i));
in GetOwnPropertyDescriptors()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
js_proxy.cpp
725
// 5.Let trap be GetMethod(handler, "
ownKeys
").
in OwnPropertyKeys()
891
JSHandle<TaggedArray>
ownKeys
= JSTaggedValue::GetOwnPropertyKeys(thread, targetHandle);
in GetAllPropertyKeys()
local
895
uint32_t ownKeysLength =
ownKeys
->GetLength();
in GetAllPropertyKeys()
904
if (!
ownKeys
->Get(index).IsSymbol()) {
in GetAllPropertyKeys()
H
A
D
js_object.cpp
2050
// 2. Let
ownKeys
be ? O.[[OwnPropertyKeys]]().
in EnumerableOwnPropertyNames()
2074
JSHandle<TaggedArray>
ownKeys
= JSTaggedValue::GetOwnPropertyKeys(thread, tagObj);
in EnumerableOwnPropertyNames()
local
2078
uint32_t length =
ownKeys
->GetLength();
in EnumerableOwnPropertyNames()
2081
// 4. For each element key of
ownKeys
, do
in EnumerableOwnPropertyNames()
2096
key.Update(
ownKeys
->Get(thread, i));
in EnumerableOwnPropertyNames()
Completed in 11 milliseconds