Home
last modified time | relevance | path

Searched defs:bound_function (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h919 } bound_function; member
/third_party/node/deps/v8/src/objects/
Djs-objects.cc2741 JSBoundFunction bound_function = JSBoundFunction::cast(*this); in JSObjectShortPrint() local
/third_party/node/deps/v8/src/d8/
Dd8.cc2113 auto bound_function = i::Handle<i::JSBoundFunction>::cast(callable); in TestVerifySourcePositions() local
/third_party/node/deps/v8/src/api/
Dapi.cc5380 auto bound_function = i::Handle<i::JSBoundFunction>::cast(self); in GetBoundFunction() local
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc9328 TNode<JSBoundFunction> bound_function = CAST(current.value()); in GetFunctionRealm() local