Home
last modified time | relevance | path

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

/external/v8/src/interpreter/
Dinterpreter.cc268 Local<v8::Object> counters_map = v8::Object::New(isolate); in GetDispatchCountersObject() local
309 counters_map->DefineOwnProperty(context, from_name_object, counters_row) in GetDispatchCountersObject()
313 return counters_map; in GetDispatchCountersObject()