Home
last modified time | relevance | path

Searched refs:wrapped_function (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/builtins/
Dbuiltins-shadowrealm-gen.cc157 auto wrapped_function = Parameter<JSWrappedFunction>(Descriptor::kFunction); in TF_BUILTIN() local
167 wrapped_function, JSWrappedFunction::kWrappedTargetFunctionOffset)); in TF_BUILTIN()
173 wrapped_function, JSWrappedFunction::kContextOffset); in TF_BUILTIN()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc9337 TNode<JSWrappedFunction> wrapped_function = CAST(current.value()); in GetFunctionRealm() local
9339 wrapped_function, JSWrappedFunction::kWrappedTargetFunctionOffset)); in GetFunctionRealm()