Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-js.cc299 const uint8_t* instance_str = reinterpret_cast<const uint8_t*>("instance"); in OnInstantiationSucceeded() local
303 instance_str, in OnInstantiationSucceeded()
304 i::StrLength(reinterpret_cast<const char*>(instance_str)))) in OnInstantiationSucceeded()
/external/python/cpython2/Objects/
Dclassobject.c936 instance_str(PyInstanceObject *inst) in instance_str() function
2218 (reprfunc)instance_str, /* tp_str */