Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dlocal-factory.h47 Handle<Object> NewRangeError(MessageTemplate template_index) { in NewRangeError()
Dfactory.cc2185 MessageTemplate template_index, in NewError()
/third_party/node/deps/v8/src/runtime/
Druntime-internal.cc218 int template_index = args.smi_value_at(0); in RUNTIME_FUNCTION() local
234 int template_index = args.smi_value_at(0); in RUNTIME_FUNCTION() local
257 int template_index = args.smi_value_at(0); in RUNTIME_FUNCTION() local
266 int template_index = args.smi_value_at(0); in RUNTIME_FUNCTION() local
/third_party/node/deps/v8/src/objects/
Dvalue-serializer.cc1151 MessageTemplate template_index) { in ThrowDataCloneError()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc6109 TNode<Smi> template_index = SmiConstant(static_cast<int>(message)); in ThrowRangeError() local
6139 TNode<Smi> template_index = SmiConstant(static_cast<int>(message)); in ThrowTypeError() local