Searched refs:math_name (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/asmjs/
H A Dasm-js.cc52 Handle<i::Name> math_name(
54 MaybeHandle<i::Object> maybe_math = i::Object::GetProperty(stdlib, math_name);
H A Dasm-typer.cc357 auto* math_name = obj_as_property->key()->AsLiteral(); local
358 if (math_name == nullptr || !math_name->IsPropertyName()) {
362 if (!math_name->AsPropertyName()->IsUtf8EqualTo(CStrVector("Math"))) {

Completed in 167 milliseconds