Home
last modified time | relevance | path

Searched defs:this_argument (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c286 ecma_builtin_string_prototype_object_match (ecma_value_t this_argument, /**< this argument */ in ecma_builtin_string_prototype_object_match()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-proxy-object.c1697 ecma_value_t this_argument, /**< this argument to invoke the function */ in ecma_proxy_object_call()
/third_party/node/deps/v8/src/builtins/loong64/
Dbuiltins-loong64.cc1942 Register this_argument = a5; in Generate_ReflectApply() local
/third_party/node/deps/v8/src/builtins/riscv64/
Dbuiltins-riscv64.cc2025 Register this_argument = a5; in Generate_ReflectApply() local
/third_party/node/deps/v8/src/builtins/mips64/
Dbuiltins-mips64.cc1939 Register this_argument = a5; in Generate_ReflectApply() local
/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc2277 Register this_argument = x4; in Generate_ReflectApply() local
/third_party/node/deps/v8/src/compiler/
Djs-call-reducer.cc2597 Node* this_argument = n.Argument(0); in ReduceFunctionPrototypeApply() local