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:bound_function
(Results
1 - 9
of
9
) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H
A
D
ecma-builtin-function-prototype.c
258
ECMA_SET_NON_NULL_POINTER_TAG (bound_func_p->header.u.
bound_function
.target_function,
in ecma_builtin_function_prototype_object_bind()
262
bound_func_p->header.u.
bound_function
.args_len_or_this = ECMA_VALUE_UNDEFINED;
in ecma_builtin_function_prototype_object_bind()
266
bound_func_p->header.u.
bound_function
.args_len_or_this = ecma_copy_value_if_not_object (arguments_list_p[0]);
in ecma_builtin_function_prototype_object_bind()
281
ECMA_SET_NON_NULL_POINTER_TAG (bound_func_p->header.u.
bound_function
.target_function,
in ecma_builtin_function_prototype_object_bind()
287
bound_func_p->header.u.
bound_function
.args_len_or_this = ECMA_VALUE_UNDEFINED;
in ecma_builtin_function_prototype_object_bind()
296
bound_func_p->header.u.
bound_function
.args_len_or_this = args_len_or_this;
in ecma_builtin_function_prototype_object_bind()
/third_party/jerryscript/jerry-core/ecma/operations/
H
A
D
ecma-function-object.c
124
bound_func_p->header.u.
bound_function
.target_function);
in ecma_object_is_constructor()
597
bound_func_p->header.u.
bound_function
.target_function);
in ecma_op_function_has_instance()
980
bound_func_p->header.u.
bound_function
.target_function);
in ecma_op_bound_function_get_argument_list()
982
ecma_value_t args_len_or_this = bound_func_p->header.u.
bound_function
.args_len_or_this;
in ecma_op_bound_function_get_argument_list()
1512
ecma_value_t args_len_or_this = bound_func_p->header.u.
bound_function
.args_len_or_this;
in ecma_op_bound_function_try_to_lazy_instantiate_property()
1523
if (ECMA_GET_FIRST_BIT_FROM_POINTER_TAG (bound_func_p->header.u.
bound_function
.target_function))
in ecma_op_bound_function_try_to_lazy_instantiate_property()
1532
ECMA_SET_FIRST_BIT_TO_POINTER_TAG (bound_func_p->header.u.
bound_function
.target_function);
in ecma_op_bound_function_try_to_lazy_instantiate_property()
1538
bound_func_p->header.u.
bound_function
.target_function);
in ecma_op_bound_function_try_to_lazy_instantiate_property()
1700
if (!ECMA_GET_FIRST_BIT_FROM_POINTER_TAG (bound_func_p->header.u.
bound_function
.target_function))
in ecma_op_bound_function_list_lazy_property_names()
/third_party/python/Lib/test/
H
A
D
test_decorators.py
308
bound_function
= self.__wrapped__.__get__(instance, owner)
309
return BoundWrapper(
bound_function
)
/third_party/jerryscript/jerry-core/ecma/base/
H
A
D
ecma-gc.c
252
bound_func_p->header.u.
bound_function
.target_function);
in ecma_gc_mark_bound_function_object()
256
ecma_value_t args_len_or_this = bound_func_p->header.u.
bound_function
.args_len_or_this;
in ecma_gc_mark_bound_function_object()
1315
ecma_value_t args_len_or_this = bound_func_p->header.u.
bound_function
.args_len_or_this;
in ecma_gc_free_object()
H
A
D
ecma-globals.h
919
}
bound_function
;
member
/third_party/node/deps/v8/src/d8/
H
A
D
d8.cc
2113
auto
bound_function
= i::Handle<i::JSBoundFunction>::cast(callable);
in TestVerifySourcePositions()
local
2114
auto bound_target =
bound_function
->bound_target_function();
in TestVerifySourcePositions()
/third_party/node/deps/v8/src/objects/
H
A
D
js-objects.cc
2741
JSBoundFunction
bound_function
= JSBoundFunction::cast(*this);
in JSObjectShortPrint()
local
2745
bound_function
.bound_target_function().ptr()));
in JSObjectShortPrint()
/third_party/node/deps/v8/src/api/
H
A
D
api.cc
5380
auto
bound_function
= i::Handle<i::JSBoundFunction>::cast(self);
in GetBoundFunction()
local
5382
bound_function
->bound_target_function(),
bound_function
->GetIsolate());
in GetBoundFunction()
/third_party/node/deps/v8/src/codegen/
H
A
D
code-stub-assembler.cc
9328
TNode<JSBoundFunction>
bound_function
= CAST(current.value());
9330
bound_function
, JSBoundFunction::kBoundTargetFunctionOffset));
Completed in 61 milliseconds