Home
last modified time | relevance | path

Searched refs:bound_target_function (Results 1 – 25 of 65) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Djs-function.cc180 handle(function->bound_target_function(), function->GetIsolate())); in GetFunctionRealm()
190 while (function->bound_target_function().IsJSBoundFunction()) { in GetName()
194 function = handle(JSBoundFunction::cast(function->bound_target_function()), in GetName()
197 if (function->bound_target_function().IsJSFunction()) { in GetName()
199 JSFunction::cast(function->bound_target_function()), isolate); in GetName()
212 while (function->bound_target_function().IsJSBoundFunction()) { in GetLength()
213 function = handle(JSBoundFunction::cast(function->bound_target_function()), in GetLength()
227 Handle<JSFunction> target(JSFunction::cast(function->bound_target_function()), in GetLength()
H A Djs-function.tq14 bound_target_function: Callable;
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Djs-function.cc191 while (function->bound_target_function().IsJSBoundFunction()) { in GetName()
195 function = handle(JSBoundFunction::cast(function->bound_target_function()), in GetName()
198 if (function->bound_target_function().IsJSFunction()) { in GetName()
200 JSFunction::cast(function->bound_target_function()), isolate); in GetName()
213 while (function->bound_target_function().IsJSBoundFunction()) { in GetLength()
214 function = handle(JSBoundFunction::cast(function->bound_target_function()), in GetLength()
228 Handle<JSFunction> target(JSFunction::cast(function->bound_target_function()), in GetLength()
H A Djs-function.tq11 bound_target_function: Callable;
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dfunction.tq94 bound_target_function: fn,
H A Dic-callable.tq38 UnsafeCast<JSBoundFunction>(unwrappedTarget).bound_target_function;
H A Dpromise-misc.tq371 foundExecutor = b.bound_target_function;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dfunction.tq93 bound_target_function: fn,
H A Dic-callable.tq34 UnsafeCast<JSBoundFunction>(unwrappedTarget).bound_target_function;
H A Dpromise-misc.tq259 foundExecutor = b.bound_target_function;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Djs-objects.tq141 bound_target_function: Callable;
H A Djs-objects.cc552 Handle<JSBoundFunction>::cast(receiver)->bound_target_function(), in GetContextForMicrotask()
2399 bound_function.bound_target_function().ptr())); in JSObjectShortPrint()
4874 handle(function->bound_target_function(), function->GetIsolate())); in GetFunctionRealm()
4884 while (function->bound_target_function().IsJSBoundFunction()) { in GetName()
4888 function = handle(JSBoundFunction::cast(function->bound_target_function()), in GetName()
4891 if (function->bound_target_function().IsJSFunction()) { in GetName()
4893 JSFunction::cast(function->bound_target_function()), isolate); in GetName()
4906 while (function->bound_target_function().IsJSBoundFunction()) { in GetLength()
4907 function = handle(JSBoundFunction::cast(function->bound_target_function()), in GetLength()
4921 Handle<JSFunction> target(JSFunction::cast(function->bound_target_function()), in GetLength()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dpromise-misc.tq235 foundExecutor = b.bound_target_function;
H A Dpromise-abstract-operations.tq50 iter = b.bound_target_function;
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Djs-call-reducer.cc3187 Handle<JSReceiver> bound_target_function( in ReduceJSCall() local
3188 function->bound_target_function(), isolate()); in ReduceJSCall()
3198 node, jsgraph()->Constant(bound_target_function), 0); in ReduceJSCall()
3234 Node* bound_target_function = NodeProperties::GetValueInput(target, 0); in ReduceJSCall() local
3240 NodeProperties::ReplaceValueInput(node, bound_target_function, 0); in ReduceJSCall()
3775 Handle<JSReceiver> bound_target_function( in ReduceJSConstruct() local
3776 function->bound_target_function(), isolate()); in ReduceJSConstruct()
3782 node, jsgraph()->Constant(bound_target_function), 0); in ReduceJSConstruct()
3791 jsgraph()->Constant(bound_target_function), in ReduceJSConstruct()
3825 NodeProperties::ReplaceValueInput(node, bound_target_function, 0); in ReduceJSConstruct()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Djs-call-reducer.cc4335 node, jsgraph()->Constant(function.bound_target_function()), in ReduceJSCall()
4384 Node* bound_target_function = NodeProperties::GetValueInput(target, 0); in ReduceJSCall() local
4390 NodeProperties::ReplaceValueInput(node, bound_target_function, in ReduceJSCall()
5054 JSReceiverRef bound_target_function = function.bound_target_function(); in ReduceJSConstruct() local
5073 jsgraph()->Constant(bound_target_function)); in ReduceJSConstruct()
5079 jsgraph()->Constant(bound_target_function)); in ReduceJSConstruct()
5086 jsgraph()->Constant(bound_target_function), in ReduceJSConstruct()
5112 Node* bound_target_function = NodeProperties::GetValueInput(target, 0); in ReduceJSConstruct() local
5117 node->ReplaceInput(n.TargetIndex(), bound_target_function); in ReduceJSConstruct()
5122 node->ReplaceInput(n.NewTargetIndex(), bound_target_function); in ReduceJSConstruct()
[all …]
H A Dheap-refs.h447 JSReceiverRef bound_target_function() const;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dheap-refs.h308 JSReceiverRef bound_target_function() const;
H A Djs-call-reducer.cc3896 node, jsgraph()->Constant(function.bound_target_function()), 0); in ReduceJSCall()
3941 Node* bound_target_function = NodeProperties::GetValueInput(target, 0); in ReduceJSCall() local
3947 NodeProperties::ReplaceValueInput(node, bound_target_function, 0); in ReduceJSCall()
4560 ObjectRef bound_target_function = function.bound_target_function(); in ReduceJSConstruct() local
4565 node, jsgraph()->Constant(bound_target_function), 0); in ReduceJSConstruct()
4574 jsgraph()->Constant(bound_target_function), in ReduceJSConstruct()
4602 Node* bound_target_function = NodeProperties::GetValueInput(target, 0); in ReduceJSConstruct() local
4607 NodeProperties::ReplaceValueInput(node, bound_target_function, 0); in ReduceJSConstruct()
4616 bound_target_function, new_target), in ReduceJSConstruct()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dheap-refs.h326 JSReceiverRef bound_target_function() const;
H A Djs-call-reducer.cc4058 node, jsgraph()->Constant(function.bound_target_function()), in ReduceJSCall()
4104 Node* bound_target_function = NodeProperties::GetValueInput(target, 0); in ReduceJSCall() local
4110 NodeProperties::ReplaceValueInput(node, bound_target_function, in ReduceJSCall()
4735 ObjectRef bound_target_function = function.bound_target_function(); in ReduceJSConstruct() local
4740 jsgraph()->Constant(bound_target_function)); in ReduceJSConstruct()
4749 jsgraph()->Constant(bound_target_function), in ReduceJSConstruct()
4775 Node* bound_target_function = NodeProperties::GetValueInput(target, 0); in ReduceJSConstruct() local
4780 node->ReplaceInput(n.TargetIndex(), bound_target_function); in ReduceJSConstruct()
4789 bound_target_function, new_target)); in ReduceJSConstruct()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dobjects-debug.cc901 CHECK(bound_target_function()->IsCallable()); in JSBoundFunctionVerify()
902 CHECK_EQ(IsConstructor(), bound_target_function()->IsConstructor()); in JSBoundFunctionVerify()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/runtime/
H A Druntime-debug.cc206 result->set(1, function->bound_target_function()); in GetInternalProperties()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/runtime/
H A Druntime-debug.cc207 result->set(1, function->bound_target_function()); in GetInternalProperties()
/dports/lang/v8/v8-9.6.180.12/src/runtime/
H A Druntime-debug.cc216 handle(function->bound_target_function(), isolate)); in GetInternalProperties()

123