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:IsInternal
(Results
1 - 11
of
11
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/
H
A
D
accessor_data.h
56
inline bool
IsInternal
() const
in IsInternal()
function in panda::ecmascript::final
70
ASSERT(
IsInternal
());
in CallInternalGet()
78
ASSERT(
IsInternal
());
in CallInternalSet()
H
A
D
object_operator.cpp
194
ASSERT(!accessor->
IsInternal
());
in FastGetValue()
445
if (UNLIKELY(accessor->
IsInternal
())) {
in ToPropertyDescriptor()
648
&& AccessorData::Cast(valueAccessor.GetTaggedObject())->
IsInternal
();
in UpdateValueAndDetails()
801
if (!accessor->
IsInternal
() || !accessor->HasSetter()) {
in WriteDataProperty()
840
(IsAccessorDescriptor() && !JSHandle<AccessorData>(thread_, valueAccessor)->
IsInternal
()) ?
in WriteDataProperty()
H
A
D
object_fast_operator-inl.h
971
if (UNLIKELY(accessor->
IsInternal
())) {
in CallGetter()
997
if (!AccessorData::Cast(accessorValue.GetTaggedObject())->
IsInternal
()) {
in ShouldCallSetter()
H
A
D
js_object.cpp
955
isInternalAccessor = AccessorData::Cast(ret.GetTaggedObject())->
IsInternal
();
in SetPropertyForDataDescriptor()
1025
isInternalAccessor = AccessorData::Cast(ret.GetTaggedObject())->
IsInternal
();
in SetProperty()
1043
if (UNLIKELY(accessor.
IsInternal
())) {
in CallSetter()
1186
if (UNLIKELY(accessor->
IsInternal
())) {
in GetProperty()
/arkcompiler/ets_runtime/ecmascript/tests/
H
A
D
accessor_data_test.cpp
59
* @tc.name:
IsInternal
64
HWTEST_F_L0(AccessorDataTest,
IsInternal
)
in HWTEST_F_L0()
68
EXPECT_EQ(accHandle->
IsInternal
(), false);
in HWTEST_F_L0()
73
EXPECT_EQ(internalAccHancle->
IsInternal
(), true);
in HWTEST_F_L0()
81
EXPECT_EQ(acc->
IsInternal
(), false);
in HWTEST_F_L0()
89
EXPECT_EQ(internalAcc->
IsInternal
(), true);
in HWTEST_F_L0()
/arkcompiler/ets_frontend/ets2panda/ir/base/
H
A
D
classProperty.cpp
96
} else if (
IsInternal
()) {
in Dump()
H
A
D
methodDefinition.cpp
160
} else if (
IsInternal
()) {
in DumpPrefix()
/arkcompiler/ets_runtime/ecmascript/ic/
H
A
D
ic_handler.h
411
if (!accessor->
IsInternal
()) {
in LoadPrototype()
442
if (!accessor->
IsInternal
() && accessor->HasSetter()) {
in StorePrototype()
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H
A
D
helpers.cpp
251
if (propVarDeclNode->
IsInternal
()) {
in ValidatePropertyAccessForClass()
/arkcompiler/ets_frontend/ets2panda/ir/
H
A
D
astNode.h
366
[[nodiscard]] bool
IsInternal
() const noexcept
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H
A
D
function.cpp
1102
} else if (func->
IsInternal
()) {
in ComposeSignature()
1313
} else if (func->
IsInternal
()) {
in AddSignatureFlags()
Completed in 23 milliseconds