HomeSort by relevance Sort by last modified time
    Searched refs:math_name (Results 1 - 2 of 2) sorted by null

  /external/v8/src/asmjs/
asm-js.cc 52 Handle<i::Name> math_name(
54 MaybeHandle<i::Object> maybe_math = i::Object::GetProperty(stdlib, math_name);
asm-typer.cc 357 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"))) {
    [all...]

Completed in 53 milliseconds