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

/external/v8/src/asmjs/
H A Dasm-js.cc54 MaybeHandle<i::Object> maybe_math = i::Object::GetProperty(stdlib, math_name); local
55 if (maybe_math.is_null()) {
58 Handle<i::Object> math = maybe_math.ToHandleChecked();

Completed in 66 milliseconds