mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
bad match.
This commit is contained in:
parent
77a2180dfa
commit
9b461020a5
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ module Autoscope
|
|||
|
||||
def low_level_c_spec?
|
||||
return false unless described_class
|
||||
return described_class.name =~ /^V8::C/
|
||||
described_class.name =~ /^V8::C::/
|
||||
end
|
||||
|
||||
def explicitly_defines_scope?
|
||||
|
|
Loading…
Reference in a new issue