Home
last modified time | relevance | path

Searched refs:bound_this (Results 1 – 25 of 48) sorted by relevance

12

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/js2py/internals/prototypes/
H A Djsfunction.py51 bound_this = get_arg(args, 0)
55 return this.call(bound_this, bound_args + tuple(extra_args))
/dports/devel/py-Js2Py/Js2Py-0.71/js2py/internals/prototypes/
H A Djsfunction.py51 bound_this = get_arg(args, 0)
55 return this.call(bound_this, bound_args + tuple(extra_args))
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Djs-function.tq17 bound_this: JSAny|SourceTextModule;
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Djs-function.tq14 bound_this: JSAny|SourceTextModule;
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dfunction.tq95 bound_this: boundReceiver,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dfunction.tq94 bound_this: boundReceiver,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/runtime/
H A Druntime-debug.cc208 Handle<String> bound_this = in GetInternalProperties() local
210 result->set(2, *bound_this); in GetInternalProperties()
211 result->set(3, function->bound_this()); in GetInternalProperties()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/runtime/
H A Druntime-debug.cc209 Handle<String> bound_this = in GetInternalProperties() local
211 result->set(2, *bound_this); in GetInternalProperties()
212 result->set(3, function->bound_this()); in GetInternalProperties()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Djs-objects.tq144 bound_this: JSAny|SourceTextModule;
/dports/www/node10/node-v10.24.1/deps/v8/src/runtime/
H A Druntime-debug.cc230 Handle<String> bound_this = in GetInternalProperties() local
232 result->set(2, *bound_this); in GetInternalProperties()
233 result->set(3, function->bound_this()); in GetInternalProperties()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/js2py/
H A Dbase.py1498 def __init__(self, target, bound_this, bound_args): argument
1500 self.bound_this = bound_this
1546 return self.target.call(self.bound_this, self.bound_args + args)
/dports/devel/py-Js2Py/Js2Py-0.71/js2py/
H A Dbase.py1501 def __init__(self, target, bound_this, bound_args): argument
1503 self.bound_this = bound_this
1549 return self.target.call(self.bound_this, self.bound_args + args)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dheap-refs.h309 ObjectRef bound_this() const;
H A Djs-call-reducer.cc2522 Node* bound_this = (node->op()->ValueInputCount() < 3) in ReduceFunctionPrototypeBind() local
2623 inputs[1] = bound_this; in ReduceFunctionPrototypeBind()
3888 ObjectRef bound_this = function.bound_this(); in ReduceJSCall() local
3890 bound_this.IsNullOrUndefined() in ReduceJSCall()
3897 NodeProperties::ReplaceValueInput(node, jsgraph()->Constant(bound_this), in ReduceJSCall()
3942 Node* bound_this = NodeProperties::GetValueInput(target, 1); in ReduceJSCall() local
3948 NodeProperties::ReplaceValueInput(node, bound_this, 1); in ReduceJSCall()
3959 NodeProperties::CanBeNullOrUndefined(broker(), bound_this, effect) in ReduceJSCall()
H A Djs-create-lowering.cc886 Node* bound_this = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateBoundFunction() local
913 a.Store(AccessBuilder::ForJSBoundFunctionBoundThis(), bound_this); in ReduceJSCreateBoundFunction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dheap-refs.h327 ObjectRef bound_this() const;
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Dheap-refs.h448 ObjectRef bound_this() const;
H A Djs-create-lowering.cc888 Node* bound_this = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateBoundFunction() local
917 a.Store(AccessBuilder::ForJSBoundFunctionBoundThis(), bound_this); in ReduceJSCreateBoundFunction()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Djs-call-reducer.cc391 Node* bound_this = (node->op()->ValueInputCount() < 3) in ReduceFunctionPrototypeBind() local
469 inputs[1] = bound_this; in ReduceFunctionPrototypeBind()
3189 Handle<Object> bound_this(function->bound_this(), isolate()); in ReduceJSCall() local
3193 (bound_this->IsNullOrUndefined(isolate())) in ReduceJSCall()
3199 NodeProperties::ReplaceValueInput(node, jsgraph()->Constant(bound_this), in ReduceJSCall()
3235 Node* bound_this = NodeProperties::GetValueInput(target, 1); in ReduceJSCall() local
3241 NodeProperties::ReplaceValueInput(node, bound_this, 1); in ReduceJSCall()
3252 NodeProperties::CanBeNullOrUndefined(bound_this, effect) in ReduceJSCall()
H A Djs-create-lowering.cc990 Node* bound_this = NodeProperties::GetValueInput(node, 1); in ReduceJSCreateBoundFunction() local
1016 a.Store(AccessBuilder::ForJSBoundFunctionBoundThis(), bound_this); in ReduceJSCreateBoundFunction()
/dports/lang/v8/v8-9.6.180.12/src/runtime/
H A Druntime-debug.cc220 handle(function->bound_this(), isolate)); in GetInternalProperties()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dfactory.h582 Handle<JSReceiver> target_function, Handle<Object> bound_this,
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dfactory.h628 Handle<JSReceiver> target_function, Handle<Object> bound_this,
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dfactory.h609 Handle<JSReceiver> target_function, Handle<Object> bound_this,
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dfactory.h659 Handle<JSReceiver> target_function, Handle<Object> bound_this,

12