• Home
  • Raw
  • Download

Lines Matching refs:javascript

227       node, javascript()->CreateArray(arity, MaybeHandle<AllocationSite>()));  in ReduceArrayConstructor()
260 NodeProperties::ChangeOp(node, javascript()->ToObject()); in ReduceObjectConstructor()
307 javascript()->CallWithArrayLike(p.frequency())); in ReduceFunctionPrototypeApply()
334 javascript()->CallWithArrayLike(p.frequency()), target, this_argument, in ReduceFunctionPrototypeApply()
342 graph()->NewNode(javascript()->Call(2), target, this_argument, in ReduceFunctionPrototypeApply()
381 javascript()->Call(arity, p.frequency(), VectorSlotPair(), convert_mode)); in ReduceFunctionPrototypeApply()
484 javascript()->CreateBoundFunction(arity, map), input_count, inputs); in ReduceFunctionPrototypeBind()
531 javascript()->Call(arity, p.frequency(), VectorSlotPair(), convert_mode)); in ReduceFunctionPrototypeCall()
562 NodeProperties::ChangeOp(node, javascript()->OrdinaryHasInstance()); in ReduceFunctionPrototypeHasInstance()
749 NodeProperties::ChangeOp(node, javascript()->HasInPrototypeChain()); in ReduceObjectPrototypeIsPrototypeOf()
769 javascript()->CallWithArrayLike(p.frequency())); in ReduceReflectApply()
793 javascript()->ConstructWithArrayLike(p.frequency())); in ReduceReflectConstruct()
826 NodeProperties::ChangeOp(node, javascript()->CreateObject()); in ReduceObjectCreate()
853 javascript()->CallRuntime(Runtime::kThrowTypeError, 2), in ReduceReflectGet()
929 javascript()->CallRuntime(Runtime::kThrowTypeError, 2), in ReduceReflectHas()
942 graph()->NewNode(javascript()->HasProperty(), target, key, context, in ReduceReflectHas()
1155 javascript()->Call(5, p.frequency()), fncallback, this_arg, element, k, in ReduceArrayForEach()
1421 graph()->NewNode(javascript()->Call(6, p.frequency()), fncallback, in ReduceArrayReduce()
1543 javascript()->CreateArray(1, MaybeHandle<AllocationSite>()), in ReduceArrayMap()
1631 javascript()->Call(5, p.frequency()), fncallback, this_arg, element, k, in ReduceArrayMap()
1877 javascript()->Call(5, p.frequency()), fncallback, this_arg, element, k, in ReduceArrayFilter()
2110 javascript()->Call(5, p.frequency()), fncallback, this_arg, element, k, in ReduceArrayFind()
2230 javascript()->CallRuntime(Runtime::kThrowTypeError, 2), in WireInCallbackIsCallableCheck()
2451 javascript()->Call(5, p.frequency()), fncallback, this_arg, element, k, in ReduceArrayEvery()
2807 javascript()->Call(5, p.frequency()), fncallback, this_arg, element, k, in ReduceArraySome()
3113 ? javascript()->CallForwardVarargs(arity + 1, start_index) in ReduceCallOrConstructWithArrayLikeOrSpread()
3114 : javascript()->ConstructForwardVarargs(arity + 2, start_index); in ReduceCallOrConstructWithArrayLikeOrSpread()
3136 node, javascript()->Call(arity + 1, frequency, feedback)); in ReduceCallOrConstructWithArrayLikeOrSpread()
3141 node, javascript()->Construct(arity + 2, frequency, feedback)); in ReduceCallOrConstructWithArrayLikeOrSpread()
3157 graph()->NewNode(javascript()->CallRuntime(Runtime::kThrowTypeError, 2), in ReduceCallOrConstructWithArrayLikeOrSpread()
3267 node, javascript()->Call(arity, p.frequency(), VectorSlotPair(), in ReduceJSCall()
3314 node, javascript()->Call(arity, p.frequency(), VectorSlotPair(), in ReduceJSCall()
3374 node, javascript()->CallRuntime( in ReduceJSCall()
3788 NodeProperties::ChangeOp(node, javascript()->CreateArray(arity, site)); in ReduceJSConstruct()
3824 javascript()->CallRuntime( in ReduceJSConstruct()
3853 javascript()->CreateArray(arity, site)); in ReduceJSConstruct()
3860 NodeProperties::ChangeOp(node, javascript()->Create()); in ReduceJSConstruct()
3871 NodeProperties::ChangeOp(node, javascript()->Create()); in ReduceJSConstruct()
3918 javascript()->Construct(arity + 2, p.frequency(), VectorSlotPair())); in ReduceJSConstruct()
3959 javascript()->Construct(arity + 2, p.frequency(), VectorSlotPair())); in ReduceJSConstruct()
4871 NodeProperties::ChangeOp(node, javascript()->ObjectIsArray()); in ReduceArrayIsArray()
4900 NodeProperties::ChangeOp(node, javascript()->CreateArrayIterator(kind)); in ReduceArrayIterator()
5124 graph()->NewNode(javascript()->CreateKeyValueArray(), index, in ReduceArrayIteratorPrototypeNext()
5175 value = effect = graph()->NewNode(javascript()->CreateIterResultObject(), in ReduceArrayIteratorPrototypeNext()
5370 graph()->NewNode(javascript()->CreateStringIterator(), receiver, in ReduceStringPrototypeIterator()
5436 value = effect = graph()->NewNode(javascript()->CreateIterResultObject(), in ReduceStringIteratorPrototypeNext()
5506 NodeProperties::ChangeOp(node, javascript()->CreatePromise()); in ReduceAsyncFunctionPromiseCreate()
5609 graph()->NewNode(javascript()->CreatePromise(), context, effect); in ReducePromiseConstructor()
5614 graph()->NewNode(javascript()->CreateFunctionContext( in ReducePromiseConstructor()
5638 graph()->NewNode(javascript()->CreateClosure( in ReducePromiseConstructor()
5648 graph()->NewNode(javascript()->CreateClosure( in ReducePromiseConstructor()
5668 javascript()->Call(4, p.frequency(), VectorSlotPair(), in ReducePromiseConstructor()
5681 javascript()->Call(3, p.frequency(), VectorSlotPair(), in ReducePromiseConstructor()
5733 graph()->NewNode(javascript()->CreatePromise(), context, effect); in ReducePromiseInternalConstructor()
5756 graph()->NewNode(javascript()->RejectPromise(), promise, reason, in ReducePromiseInternalReject()
5779 graph()->NewNode(javascript()->ResolvePromise(), promise, resolution, in ReducePromiseInternalResolve()
5845 node, javascript()->Call(2 + arity, p.frequency(), p.feedback(), in ReducePromisePrototypeCatch()
5931 javascript()->CreateFunctionContext( in ReducePromisePrototypeFinally()
5950 graph()->NewNode(javascript()->CreateClosure( in ReducePromisePrototypeFinally()
5959 graph()->NewNode(javascript()->CreateClosure( in ReducePromisePrototypeFinally()
5999 node, javascript()->Call(2 + arity, p.frequency(), p.feedback(), in ReducePromisePrototypeFinally()
6081 graph()->NewNode(javascript()->CreatePromise(), context, effect); in ReducePromisePrototypeThen()
6085 javascript()->PerformPromiseThen(), receiver, on_fulfilled, on_rejected, in ReducePromisePrototypeThen()
6126 NodeProperties::ChangeOp(node, javascript()->PromiseResolve()); in ReducePromiseResolveTrampoline()
6166 graph()->NewNode(javascript()->CreateTypedArray(), target, new_target, in ReduceTypedArrayConstructor()
6391 javascript()->CreateCollectionIterator(collection_kind, iteration_kind), in ReduceCollectionIteration()
6538 javascript()->CreateIterResultObject(), jsgraph()->UndefinedConstant(), in ReduceCollectionIteratorPrototypeNext()
6643 graph()->NewNode(javascript()->CreateKeyValueArray(), value, in ReduceCollectionIteratorPrototypeNext()
6668 graph()->NewNode(javascript()->CreateKeyValueArray(), in ReduceCollectionIteratorPrototypeNext()
7142 NodeProperties::ChangeOp(node, javascript()->ParseInt()); in ReduceNumberParseInt()
7237 NodeProperties::ChangeOp(node, javascript()->RegExpTest()); in ReduceRegExpPrototypeTest()
7273 NodeProperties::ChangeOp(node, javascript()->ToNumberConvertBigInt()); in ReduceNumberConstructor()
7295 JSOperatorBuilder* JSCallReducer::javascript() const { in javascript() function in v8::internal::compiler::JSCallReducer
7296 return jsgraph()->javascript(); in javascript()